Html Css Color HEX #E7D708 School Bus Yellow

📋 copy color: '#E7D708'

red 231 ◦ green 215 ◦ blue 8

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

Shades of School Bus Yellow #E7D708

Tints of School Bus Yellow #E7D708

RGB

 RED value IS 231 (90.63% from 255) = 50.88%

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

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

R = 50.88%
G = 47.36%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7D708 (or 0xE7D708) is known color: School Bus Yellow. HEX triplet: E7, D7 and 08. RGB value is (231,215,8). Sum of RGB (Red+Green+Blue) = 231+215+8=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D708 is #1828F7. Grayscale: #C5C5C5. Windows color (decimal): -1583352 or 579559. OLE color: 579559.

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

Color convert

RGB 231 215 8 -
CMYK 0 0.07 0.97 0.09
HSL 55.7º 0.93% 0.47% -
HSV(B) 55.7º 0.97% 0.91% -
XYZ 57.3 65.61 9.87 -
YUV 196.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 231 215 8 0 0.07 0.97 0.09 55.7 0.93 0.47
Hex E7 D7 8 0 7 61 9 38 5D 2F
Octal 347 327 10 0 7 141 11 70 135 57
Binary 11100111 11010111 1000 0 111 1100001 1001 111000 1011101 101111

Color Harmonies of #E7D708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D708

Black with #E7D708

Text Example


Text Example

White with #E7D708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D708; }

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

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

background-color css

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

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

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

border-color css

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

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

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