Html Css Color HEX #E1D806 School Bus Yellow

📋 copy color: '#E1D806'

red 225 ◦ green 216 ◦ blue 6

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

Shades of School Bus Yellow #E1D806

Tints of School Bus Yellow #E1D806

RGB

 RED value IS 225 (88.28% from 255) = 50.34%

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

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

R = 50.34%
G = 48.32%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1D806 (or 0xE1D806) is known color: School Bus Yellow. HEX triplet: E1, D8 and 06. RGB value is (225,216,6). Sum of RGB (Red+Green+Blue) = 225+216+6=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D806 is #1E27F9. Grayscale: #C3C3C3. Windows color (decimal): -1976314 or 448737. OLE color: 448737.

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

Color convert

RGB 225 216 6 -
CMYK 0 0.04 0.97 0.12
HSL 57.53º 0.95% 0.45% -
HSV(B) 57.53º 0.97% 0.88% -
XYZ 55.64 65.13 9.81 -
YUV 194.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 225 216 6 0 0.04 0.97 0.12 57.53 0.95 0.45
Hex E1 D8 6 0 4 61 C 3A 5F 2D
Octal 341 330 6 0 4 141 14 72 137 55
Binary 11100001 11011000 110 0 100 1100001 1100 111010 1011111 101101

Color Harmonies of #E1D806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D806

Black with #E1D806

Text Example


Text Example

White with #E1D806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D806; }

 p { color: rgb(225,216,6); }

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

background-color css

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

 a { background-color: rgb(225,216,6); }

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

border-color css

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

 span { border-color: rgb(225,216,6); }

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