Html Css Color HEX #E8D70D School Bus Yellow

📋 copy color: '#E8D70D'

red 232 ◦ green 215 ◦ blue 13

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

Shades of School Bus Yellow #E8D70D

Tints of School Bus Yellow #E8D70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 50.43%
G = 46.74%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8D70D (or 0xE8D70D) is known color: School Bus Yellow. HEX triplet: E8, D7 and 0D. RGB value is (232,215,13). Sum of RGB (Red+Green+Blue) = 232+215+13=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D70D is #1728F2. Grayscale: #C5C5C5. Windows color (decimal): -1517811 or 907240. OLE color: 907240.

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

Color convert

RGB 232 215 13 -
CMYK 0 0.07 0.94 0.09
HSL 55.34º 0.89% 0.48% -
HSV(B) 55.34º 0.94% 0.91% -
XYZ 57.65 65.79 10.04 -
YUV 197.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 232 215 13 0 0.07 0.94 0.09 55.34 0.89 0.48
Hex E8 D7 D 0 7 5E 9 37 59 30
Octal 350 327 15 0 7 136 11 67 131 60
Binary 11101000 11010111 1101 0 111 1011110 1001 110111 1011001 110000

Color Harmonies of #E8D70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D70D

Black with #E8D70D

Text Example


Text Example

White with #E8D70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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