Html Css Color HEX #E8D706 School Bus Yellow

📋 copy color: '#E8D706'

red 232 ◦ green 215 ◦ blue 6

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

Shades of School Bus Yellow #E8D706

Tints of School Bus Yellow #E8D706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 51.21%
G = 47.46%
B = 1.32%

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

#E8D706 (or 0xE8D706) is known color: School Bus Yellow. HEX triplet: E8, D7 and 06. RGB value is (232,215,6). Sum of RGB (Red+Green+Blue) = 232+215+6=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D706 is #1728F9. Grayscale: #C5C5C5. Windows color (decimal): -1517818 or 448488. OLE color: 448488.

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

Color convert

RGB 232 215 6 -
CMYK 0 0.07 0.97 0.09
HSL 55.49º 0.95% 0.47% -
HSV(B) 55.49º 0.97% 0.91% -
XYZ 57.61 65.77 9.83 -
YUV 196.26 20.63 153.49 -
System Red Green Blue C M Y K H S L
Decimal 232 215 6 0 0.07 0.97 0.09 55.49 0.95 0.47
Hex E8 D7 6 0 7 61 9 37 5F 2F
Octal 350 327 6 0 7 141 11 67 137 57
Binary 11101000 11010111 110 0 111 1100001 1001 110111 1011111 101111

Color Harmonies of #E8D706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D706

Black with #E8D706

Text Example


Text Example

White with #E8D706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D706; }

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

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

background-color css

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

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

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

border-color css

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

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

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