Html Css Color HEX #E8D70A School Bus Yellow

📋 copy color: '#E8D70A'

red 232 ◦ green 215 ◦ blue 10

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

Shades of School Bus Yellow #E8D70A

Tints of School Bus Yellow #E8D70A

RGB

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

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

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

R = 50.77%
G = 47.05%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E8D70A (or 0xE8D70A) is known color: School Bus Yellow. HEX triplet: E8, D7 and 0A. RGB value is (232,215,10). Sum of RGB (Red+Green+Blue) = 232+215+10=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D70A is #1728F5. Grayscale: #C5C5C5. Windows color (decimal): -1517814 or 710632. OLE color: 710632.

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

Color convert

RGB 232 215 10 -
CMYK 0 0.07 0.96 0.09
HSL 55.41º 0.92% 0.47% -
HSV(B) 55.41º 0.96% 0.91% -
XYZ 57.63 65.78 9.95 -
YUV 196.71 22.63 153.17 -
System Red Green Blue C M Y K H S L
Decimal 232 215 10 0 0.07 0.96 0.09 55.41 0.92 0.47
Hex E8 D7 A 0 7 60 9 37 5C 2F
Octal 350 327 12 0 7 140 11 67 134 57
Binary 11101000 11010111 1010 0 111 1100000 1001 110111 1011100 101111

Color Harmonies of #E8D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D70A

Black with #E8D70A

Text Example


Text Example

White with #E8D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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