Html Css Color HEX #E5D605 School Bus Yellow

📋 copy color: '#E5D605'

red 229 ◦ green 214 ◦ blue 5

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

Shades of School Bus Yellow #E5D605

Tints of School Bus Yellow #E5D605

RGB

 RED value IS 229 (89.84% from 255) = 51.12%

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

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

R = 51.12%
G = 47.77%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E5D605 (or 0xE5D605) is known color: School Bus Yellow. HEX triplet: E5, D6 and 05. RGB value is (229,214,5). Sum of RGB (Red+Green+Blue) = 229+214+5=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D605 is #1A29FA. Grayscale: #C3C3C3. Windows color (decimal): -1714683 or 382693. OLE color: 382693.

HSL color Cylindrical-coordinate representation of color #E5D605: hue angle of 55.98º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5D605 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 5 -
CMYK 0 0.07 0.98 0.10
HSL 55.98º 0.96% 0.46% -
HSV(B) 55.98º 0.98% 0.9% -
XYZ 56.39 64.76 9.67 -
YUV 194.66 20.97 152.49 -
System Red Green Blue C M Y K H S L
Decimal 229 214 5 0 0.07 0.98 0.10 55.98 0.96 0.46
Hex E5 D6 5 0 7 62 A 38 60 2E
Octal 345 326 5 0 7 142 12 70 140 56
Binary 11100101 11010110 101 0 111 1100010 1010 111000 1100000 101110

Color Harmonies of #E5D605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D605

Black with #E5D605

Text Example


Text Example

White with #E5D605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D605; }

 p { color: rgb(229,214,5); }

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

background-color css

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

 a { background-color: rgb(229,214,5); }

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

border-color css

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

 span { border-color: rgb(229,214,5); }

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