Html Css Color HEX #ECD904 School Bus Yellow

📋 copy color: '#ECD904'

red 236 ◦ green 217 ◦ blue 4

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

Shades of School Bus Yellow #ECD904

Tints of School Bus Yellow #ECD904

RGB

 RED value IS 236 (92.58% from 255) = 51.64%

 GREEN value IS 217 (85.16% from 255) = 47.48%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 51.64%
G = 47.48%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECD904 (or 0xECD904) is known color: School Bus Yellow. HEX triplet: EC, D9 and 04. RGB value is (236,217,4). Sum of RGB (Red+Green+Blue) = 236+217+4=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD904 is #1326FB. Grayscale: #C7C7C7. Windows color (decimal): -1255164 or 317932. OLE color: 317932.

HSL color Cylindrical-coordinate representation of color #ECD904: hue angle of 55.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECD904 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 4 -
CMYK 0 0.08 0.98 0.07
HSL 55.09º 0.97% 0.47% -
HSV(B) 55.09º 0.98% 0.93% -
XYZ 59.43 67.47 10.01 -
YUV 198.4 18.29 154.82 -
System Red Green Blue C M Y K H S L
Decimal 236 217 4 0 0.08 0.98 0.07 55.09 0.97 0.47
Hex EC D9 4 0 8 62 7 37 61 2F
Octal 354 331 4 0 10 142 7 67 141 57
Binary 11101100 11011001 100 0 1000 1100010 111 110111 1100001 101111

Color Harmonies of #ECD904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD904

Black with #ECD904

Text Example


Text Example

White with #ECD904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD904; }

 p { color: rgb(236,217,4); }

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

background-color css

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

 a { background-color: rgb(236,217,4); }

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

border-color css

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

 span { border-color: rgb(236,217,4); }

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