Html Css Color HEX #E4D600 School Bus Yellow

📋 copy color: '#E4D600'

red 228 ◦ green 214 ◦ blue 0

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

Shades of School Bus Yellow #E4D600

Tints of School Bus Yellow #E4D600

RGB

 RED value IS 228 (89.45% from 255) = 51.58%

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

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

R = 51.58%
G = 48.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E4D600 (or 0xE4D600) is known color: School Bus Yellow. HEX triplet: E4, D6 and 00. RGB value is (228,214,0). Sum of RGB (Red+Green+Blue) = 228+214+0=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D600 is #1B29FF. Grayscale: #C2C2C2. Windows color (decimal): -1780224 or 55012. OLE color: 55012.

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

Color convert

RGB 228 214 0 -
CMYK 0 0.06 1 0.11
HSL 56.32º 1% 0.45% -
HSV(B) 56.32º 1% 0.89% -
XYZ 56.04 64.59 9.51 -
YUV 193.79 18.64 152.4 -
System Red Green Blue C M Y K H S L
Decimal 228 214 0 0 0.06 1 0.11 56.32 1 0.45
Hex E4 D6 0 0 6 64 B 38 64 2D
Octal 344 326 0 0 6 144 13 70 144 55
Binary 11100100 11010110 0 0 110 1100100 1011 111000 1100100 101101

Color Harmonies of #E4D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D600

Black with #E4D600

Text Example


Text Example

White with #E4D600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D600; }

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

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

background-color css

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

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

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

border-color css

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

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

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