Html Css Color HEX #E9D904 School Bus Yellow

📋 copy color: '#E9D904'

red 233 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #E9D904

Tints of School Bus Yellow #E9D904

RGB

 RED value IS 233 (91.41% from 255) = 51.32%

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 51.32%
G = 47.8%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E9D904 (or 0xE9D904) is known color: School Bus Yellow. HEX triplet: E9, D9 and 04. RGB value is (233,217,4). Sum of RGB (Red+Green+Blue) = 233+217+4=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D904 is #1626FB. Grayscale: #C6C6C6. Windows color (decimal): -1451772 or 317929. OLE color: 317929.

HSL color Cylindrical-coordinate representation of color #E9D904: hue angle of 55.81º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9D904 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 217 4 -
CMYK 0 0.07 0.98 0.09
HSL 55.81º 0.97% 0.46% -
HSV(B) 55.81º 0.98% 0.91% -
XYZ 58.44 66.96 9.96 -
YUV 197.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 233 217 4 0 0.07 0.98 0.09 55.81 0.97 0.46
Hex E9 D9 4 0 7 62 9 38 61 2E
Octal 351 331 4 0 7 142 11 70 141 56
Binary 11101001 11011001 100 0 111 1100010 1001 111000 1100001 101110

Color Harmonies of #E9D904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D904

Black with #E9D904

Text Example


Text Example

White with #E9D904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D904; }

 p { color: rgb(233,217,4); }

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

background-color css

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

 a { background-color: rgb(233,217,4); }

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

border-color css

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

 span { border-color: rgb(233,217,4); }

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