Html Css Color HEX #E5D70A School Bus Yellow

📋 copy color: '#E5D70A'

red 229 ◦ green 215 ◦ blue 10

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

Shades of School Bus Yellow #E5D70A

Tints of School Bus Yellow #E5D70A

RGB

 RED value IS 229 (89.84% from 255) = 50.44%

 GREEN value IS 215 (84.38% from 255) = 47.36%

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

R = 50.44%
G = 47.36%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5D70A (or 0xE5D70A) is known color: School Bus Yellow. HEX triplet: E5, D7 and 0A. RGB value is (229,215,10). Sum of RGB (Red+Green+Blue) = 229+215+10=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D70A is #1A28F5. Grayscale: #C4C4C4. Windows color (decimal): -1714422 or 710629. OLE color: 710629.

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

Color convert

RGB 229 215 10 -
CMYK 0 0.06 0.96 0.10
HSL 56.16º 0.92% 0.47% -
HSV(B) 56.16º 0.96% 0.9% -
XYZ 56.67 65.28 9.9 -
YUV 195.82 23.14 151.67 -
System Red Green Blue C M Y K H S L
Decimal 229 215 10 0 0.06 0.96 0.10 56.16 0.92 0.47
Hex E5 D7 A 0 6 60 A 38 5C 2F
Octal 345 327 12 0 6 140 12 70 134 57
Binary 11100101 11010111 1010 0 110 1100000 1010 111000 1011100 101111

Color Harmonies of #E5D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D70A

Black with #E5D70A

Text Example


Text Example

White with #E5D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D70A; }

 p { color: rgb(229,215,10); }

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

background-color css

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

 a { background-color: rgb(229,215,10); }

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

border-color css

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

 span { border-color: rgb(229,215,10); }

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