Html Css Color HEX #E4D708 School Bus Yellow

📋 copy color: '#E4D708'

red 228 ◦ green 215 ◦ blue 8

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

Shades of School Bus Yellow #E4D708

Tints of School Bus Yellow #E4D708

RGB

 RED value IS 228 (89.45% from 255) = 50.55%

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 50.55%
G = 47.67%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E4D708 (or 0xE4D708) is known color: School Bus Yellow. HEX triplet: E4, D7 and 08. RGB value is (228,215,8). Sum of RGB (Red+Green+Blue) = 228+215+8=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 8 (3.52% from 255 or 1.77% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D708 is #1B28F7. Grayscale: #C4C4C4. Windows color (decimal): -1779960 or 579556. OLE color: 579556.

HSL color Cylindrical-coordinate representation of color #E4D708: hue angle of 56.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4D708 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 215 8 -
CMYK 0 0.06 0.96 0.11
HSL 56.45º 0.93% 0.46% -
HSV(B) 56.45º 0.96% 0.89% -
XYZ 56.34 65.11 9.83 -
YUV 195.29 22.31 151.33 -
System Red Green Blue C M Y K H S L
Decimal 228 215 8 0 0.06 0.96 0.11 56.45 0.93 0.46
Hex E4 D7 8 0 6 60 B 38 5D 2E
Octal 344 327 10 0 6 140 13 70 135 56
Binary 11100100 11010111 1000 0 110 1100000 1011 111000 1011101 101110

Color Harmonies of #E4D708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D708

Black with #E4D708

Text Example


Text Example

White with #E4D708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D708; }

 p { color: rgb(228,215,8); }

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

background-color css

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

 a { background-color: rgb(228,215,8); }

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

border-color css

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

 span { border-color: rgb(228,215,8); }

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