Html Css Color HEX #E1D600 School Bus Yellow

📋 copy color: '#E1D600'

red 225 ◦ green 214 ◦ blue 0

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

Shades of School Bus Yellow #E1D600

Tints of School Bus Yellow #E1D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.75%

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

R = 51.25%
G = 48.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E1D600 (or 0xE1D600) is known color: School Bus Yellow. HEX triplet: E1, D6 and 00. RGB value is (225,214,0). Sum of RGB (Red+Green+Blue) = 225+214+0=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D600 is #1E29FF. Grayscale: #C1C1C1. Windows color (decimal): -1976832 or 55009. OLE color: 55009.

HSL color Cylindrical-coordinate representation of color #E1D600: hue angle of 57.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1D600 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 0 -
CMYK 0 0.05 1 0.12
HSL 57.07º 1% 0.44% -
HSV(B) 57.07º 1% 0.88% -
XYZ 55.1 64.1 9.47 -
YUV 192.89 19.14 150.9 -
System Red Green Blue C M Y K H S L
Decimal 225 214 0 0 0.05 1 0.12 57.07 1 0.44
Hex E1 D6 0 0 5 64 C 39 64 2C
Octal 341 326 0 0 5 144 14 71 144 54
Binary 11100001 11010110 0 0 101 1100100 1100 111001 1100100 101100

Color Harmonies of #E1D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D600

Black with #E1D600

Text Example


Text Example

White with #E1D600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D600; }

 p { color: rgb(225,214,0); }

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

background-color css

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

 a { background-color: rgb(225,214,0); }

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

border-color css

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

 span { border-color: rgb(225,214,0); }

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