Html Css Color HEX #ECD709 School Bus Yellow

📋 copy color: '#ECD709'

red 236 ◦ green 215 ◦ blue 9

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

Shades of School Bus Yellow #ECD709

Tints of School Bus Yellow #ECD709

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

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

R = 51.3%
G = 46.74%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECD709 (or 0xECD709) is known color: School Bus Yellow. HEX triplet: EC, D7 and 09. RGB value is (236,215,9). Sum of RGB (Red+Green+Blue) = 236+215+9=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD709 is #1328F6. Grayscale: #C6C6C6. Windows color (decimal): -1255671 or 645100. OLE color: 645100.

HSL color Cylindrical-coordinate representation of color #ECD709: hue angle of 54.45º 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 #ECD709 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 215 9 -
CMYK 0 0.09 0.96 0.07
HSL 54.45º 0.93% 0.48% -
HSV(B) 54.45º 0.96% 0.93% -
XYZ 58.94 66.45 9.98 -
YUV 197.8 21.46 155.25 -
System Red Green Blue C M Y K H S L
Decimal 236 215 9 0 0.09 0.96 0.07 54.45 0.93 0.48
Hex EC D7 9 0 9 60 7 36 5D 30
Octal 354 327 11 0 11 140 7 66 135 60
Binary 11101100 11010111 1001 0 1001 1100000 111 110110 1011101 110000

Color Harmonies of #ECD709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD709

Black with #ECD709

Text Example


Text Example

White with #ECD709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD709; }

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

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

background-color css

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

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

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

border-color css

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

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

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