Html Css Color HEX #E8D90A School Bus Yellow

📋 copy color: '#E8D90A'

red 232 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #E8D90A

Tints of School Bus Yellow #E8D90A

RGB

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

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

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

R = 50.54%
G = 47.28%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8D90A (or 0xE8D90A) is known color: School Bus Yellow. HEX triplet: E8, D9 and 0A. RGB value is (232,217,10). Sum of RGB (Red+Green+Blue) = 232+217+10=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D90A is #1726F5. Grayscale: #C6C6C6. Windows color (decimal): -1517302 or 711144. OLE color: 711144.

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

Color convert

RGB 232 217 10 -
CMYK 0 0.06 0.96 0.09
HSL 55.95º 0.92% 0.47% -
HSV(B) 55.95º 0.96% 0.91% -
XYZ 58.15 66.8 10.12 -
YUV 197.89 21.97 152.33 -
System Red Green Blue C M Y K H S L
Decimal 232 217 10 0 0.06 0.96 0.09 55.95 0.92 0.47
Hex E8 D9 A 0 6 60 9 38 5C 2F
Octal 350 331 12 0 6 140 11 70 134 57
Binary 11101000 11011001 1010 0 110 1100000 1001 111000 1011100 101111

Color Harmonies of #E8D90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D90A

Black with #E8D90A

Text Example


Text Example

White with #E8D90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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