Html Css Color HEX #E4D608 School Bus Yellow

📋 copy color: '#E4D608'

red 228 ◦ green 214 ◦ blue 8

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

Shades of School Bus Yellow #E4D608

Tints of School Bus Yellow #E4D608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 50.67%
G = 47.56%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E4D608 (or 0xE4D608) is known color: School Bus Yellow. HEX triplet: E4, D6 and 08. RGB value is (228,214,8). Sum of RGB (Red+Green+Blue) = 228+214+8=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D608 is #1B29F7. Grayscale: #C3C3C3. Windows color (decimal): -1780216 or 579300. OLE color: 579300.

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

Color convert

RGB 228 214 8 -
CMYK 0 0.06 0.96 0.11
HSL 56.18º 0.93% 0.46% -
HSV(B) 56.18º 0.96% 0.89% -
XYZ 56.09 64.6 9.74 -
YUV 194.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 228 214 8 0 0.06 0.96 0.11 56.18 0.93 0.46
Hex E4 D6 8 0 6 60 B 38 5D 2E
Octal 344 326 10 0 6 140 13 70 135 56
Binary 11100100 11010110 1000 0 110 1100000 1011 111000 1011101 101110

Color Harmonies of #E4D608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D608

Black with #E4D608

Text Example


Text Example

White with #E4D608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D608; }

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

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

background-color css

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

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

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

border-color css

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

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

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