Html Css Color HEX #ECD809 School Bus Yellow

📋 copy color: '#ECD809'

red 236 ◦ green 216 ◦ blue 9

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

Shades of School Bus Yellow #ECD809

Tints of School Bus Yellow #ECD809

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.85%

 BLUE value IS 9 (3.91% from 255) = 1.95%

R = 51.19%
G = 46.85%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECD809 (or 0xECD809) is known color: School Bus Yellow. HEX triplet: EC, D8 and 09. RGB value is (236,216,9). Sum of RGB (Red+Green+Blue) = 236+216+9=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD809 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD809 is #1327F6. Grayscale: #C7C7C7. Windows color (decimal): -1255415 or 645356. OLE color: 645356.

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

Color convert

RGB 236 216 9 -
CMYK 0 0.08 0.96 0.07
HSL 54.71º 0.93% 0.48% -
HSV(B) 54.71º 0.96% 0.93% -
XYZ 59.2 66.96 10.06 -
YUV 198.38 21.13 154.83 -
System Red Green Blue C M Y K H S L
Decimal 236 216 9 0 0.08 0.96 0.07 54.71 0.93 0.48
Hex EC D8 9 0 8 60 7 37 5D 30
Octal 354 330 11 0 10 140 7 67 135 60
Binary 11101100 11011000 1001 0 1000 1100000 111 110111 1011101 110000

Color Harmonies of #ECD809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD809

Black with #ECD809

Text Example


Text Example

White with #ECD809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD809; }

 p { color: rgb(236,216,9); }

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

background-color css

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

 a { background-color: rgb(236,216,9); }

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

border-color css

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

 span { border-color: rgb(236,216,9); }

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