Html Css Color HEX #EFD90A School Bus Yellow

📋 copy color: '#EFD90A'

red 239 ◦ green 217 ◦ blue 10

#EFD90A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #EFD90A

Tints of School Bus Yellow #EFD90A

RGB

 RED value IS 239 (93.75% from 255) = 51.29%

 GREEN value IS 217 (85.16% from 255) = 46.57%

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 51.29%
G = 46.57%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFD90A (or 0xEFD90A) is known color: School Bus Yellow. HEX triplet: EF, D9 and 0A. RGB value is (239,217,10). Sum of RGB (Red+Green+Blue) = 239+217+10=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD90A is #1026F5. Grayscale: #C8C8C8. Windows color (decimal): -1058550 or 711151. OLE color: 711151.

HSL color Cylindrical-coordinate representation of color #EFD90A: hue angle of 54.24º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFD90A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 10 -
CMYK 0 0.09 0.96 0.06
HSL 54.24º 0.92% 0.49% -
HSV(B) 54.24º 0.96% 0.94% -
XYZ 60.46 68 10.23 -
YUV 199.98 20.79 155.83 -
System Red Green Blue C M Y K H S L
Decimal 239 217 10 0 0.09 0.96 0.06 54.24 0.92 0.49
Hex EF D9 A 0 9 60 6 36 5C 31
Octal 357 331 12 0 11 140 6 66 134 61
Binary 11101111 11011001 1010 0 1001 1100000 110 110110 1011100 110001

Color Harmonies of #EFD90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD90A

Black with #EFD90A

Text Example


Text Example

White with #EFD90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD90A; }

 p { color: rgb(239,217,10); }

 H1.HeaderClassName
 {
   color: #EFD90A;
 }
 .AnyTagClassName
 {
   color: #EFD90A;
 }
</style>

background-color css

<style>
 a { background-color: #EFD90A; }

 a { background-color: rgb(239,217,10); }

 div.DivClassName
 {
   background-color: #EFD90A;
 }
 .BgClassName
 {
   background-color: #EFD90A;
 }
</style>

border-color css

<style>
 span { border-color: #EFD90A; }

 span { border-color: rgb(239,217,10); }

 td.TdClassName
 {
   border-color: #EFD90A;
 }
 .TagClassName
 {
   border-color: #EFD90A;
 }
</style>