Html Css Color HEX #E8D900 School Bus Yellow

📋 copy color: '#E8D900'

red 232 ◦ green 217 ◦ blue 0

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

Shades of School Bus Yellow #E8D900

Tints of School Bus Yellow #E8D900

RGB

 RED value IS 232 (91.02% from 255) = 51.67%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.67%
G = 48.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E8D900 (or 0xE8D900) is known color: School Bus Yellow. HEX triplet: E8, D9 and 00. RGB value is (232,217,0). Sum of RGB (Red+Green+Blue) = 232+217+0=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D900 is #1726FF. Grayscale: #C5C5C5. Windows color (decimal): -1517312 or 55784. OLE color: 55784.

HSL color Cylindrical-coordinate representation of color #E8D900: hue angle of 56.12º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8D900 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 217 0 -
CMYK 0 0.06 1 0.09
HSL 56.12º 1% 0.45% -
HSV(B) 56.12º 1% 0.91% -
XYZ 58.09 66.78 9.83 -
YUV 196.75 16.97 153.14 -
System Red Green Blue C M Y K H S L
Decimal 232 217 0 0 0.06 1 0.09 56.12 1 0.45
Hex E8 D9 0 0 6 64 9 38 64 2D
Octal 350 331 0 0 6 144 11 70 144 55
Binary 11101000 11011001 0 0 110 1100100 1001 111000 1100100 101101

Color Harmonies of #E8D900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D900

Black with #E8D900

Text Example


Text Example

White with #E8D900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D900; }

 p { color: rgb(232,217,0); }

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

background-color css

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

 a { background-color: rgb(232,217,0); }

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

border-color css

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

 span { border-color: rgb(232,217,0); }

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