Html Css Color HEX #E8D700 School Bus Yellow

📋 copy color: '#E8D700'

red 232 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #E8D700

Tints of School Bus Yellow #E8D700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.9%
G = 48.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E8D700 (or 0xE8D700) is known color: School Bus Yellow. HEX triplet: E8, D7 and 00. RGB value is (232,215,0). Sum of RGB (Red+Green+Blue) = 232+215+0=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D700 is #1728FF. Grayscale: #C4C4C4. Windows color (decimal): -1517824 or 55272. OLE color: 55272.

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

Color convert

RGB 232 215 0 -
CMYK 0 0.07 1 0.09
HSL 55.6º 1% 0.45% -
HSV(B) 55.6º 1% 0.91% -
XYZ 57.58 65.76 9.66 -
YUV 195.57 17.63 153.98 -
System Red Green Blue C M Y K H S L
Decimal 232 215 0 0 0.07 1 0.09 55.6 1 0.45
Hex E8 D7 0 0 7 64 9 38 64 2D
Octal 350 327 0 0 7 144 11 70 144 55
Binary 11101000 11010111 0 0 111 1100100 1001 111000 1100100 101101

Color Harmonies of #E8D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D700

Black with #E8D700

Text Example


Text Example

White with #E8D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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