Html Css Color HEX #E0D805 School Bus Yellow

📋 copy color: '#E0D805'

red 224 ◦ green 216 ◦ blue 5

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

Shades of School Bus Yellow #E0D805

Tints of School Bus Yellow #E0D805

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 50.34%
G = 48.54%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0D805 (or 0xE0D805) is known color: School Bus Yellow. HEX triplet: E0, D8 and 05. RGB value is (224,216,5). Sum of RGB (Red+Green+Blue) = 224+216+5=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D805 is #1F27FA. Grayscale: #C3C3C3. Windows color (decimal): -2041851 or 383200. OLE color: 383200.

HSL color Cylindrical-coordinate representation of color #E0D805: hue angle of 57.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0D805 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 216 5 -
CMYK 0 0.04 0.98 0.12
HSL 57.81º 0.96% 0.45% -
HSV(B) 57.81º 0.98% 0.88% -
XYZ 55.32 64.97 9.77 -
YUV 194.34 21.15 149.16 -
System Red Green Blue C M Y K H S L
Decimal 224 216 5 0 0.04 0.98 0.12 57.81 0.96 0.45
Hex E0 D8 5 0 4 62 C 3A 60 2D
Octal 340 330 5 0 4 142 14 72 140 55
Binary 11100000 11011000 101 0 100 1100010 1100 111010 1100000 101101

Color Harmonies of #E0D805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D805

Black with #E0D805

Text Example


Text Example

White with #E0D805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D805; }

 p { color: rgb(224,216,5); }

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

background-color css

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

 a { background-color: rgb(224,216,5); }

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

border-color css

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

 span { border-color: rgb(224,216,5); }

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