Html Css Color HEX #E8D60A School Bus Yellow

📋 copy color: '#E8D60A'

red 232 ◦ green 214 ◦ blue 10

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

Shades of School Bus Yellow #E8D60A

Tints of School Bus Yellow #E8D60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.93%

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

R = 50.88%
G = 46.93%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8D60A (or 0xE8D60A) is known color: School Bus Yellow. HEX triplet: E8, D6 and 0A. RGB value is (232,214,10). Sum of RGB (Red+Green+Blue) = 232+214+10=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D60A is #1729F5. Grayscale: #C4C4C4. Windows color (decimal): -1518070 or 710376. OLE color: 710376.

HSL color Cylindrical-coordinate representation of color #E8D60A: hue angle of 55.14º 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 #E8D60A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 214 10 -
CMYK 0 0.08 0.96 0.09
HSL 55.14º 0.92% 0.47% -
HSV(B) 55.14º 0.96% 0.91% -
XYZ 57.38 65.27 9.86 -
YUV 196.13 22.96 153.59 -
System Red Green Blue C M Y K H S L
Decimal 232 214 10 0 0.08 0.96 0.09 55.14 0.92 0.47
Hex E8 D6 A 0 8 60 9 37 5C 2F
Octal 350 326 12 0 10 140 11 67 134 57
Binary 11101000 11010110 1010 0 1000 1100000 1001 110111 1011100 101111

Color Harmonies of #E8D60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D60A

Black with #E8D60A

Text Example


Text Example

White with #E8D60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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