Html Css Color HEX #ECD708 School Bus Yellow

📋 copy color: '#ECD708'

red 236 ◦ green 215 ◦ blue 8

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

Shades of School Bus Yellow #ECD708

Tints of School Bus Yellow #ECD708

RGB

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

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

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

R = 51.42%
G = 46.84%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD708 (or 0xECD708) is known color: School Bus Yellow. HEX triplet: EC, D7 and 08. RGB value is (236,215,8). Sum of RGB (Red+Green+Blue) = 236+215+8=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD708 is #1328F7. Grayscale: #C6C6C6. Windows color (decimal): -1255672 or 579564. OLE color: 579564.

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

Color convert

RGB 236 215 8 -
CMYK 0 0.09 0.97 0.07
HSL 54.47º 0.93% 0.48% -
HSV(B) 54.47º 0.97% 0.93% -
XYZ 58.94 66.45 9.95 -
YUV 197.68 20.96 155.33 -
System Red Green Blue C M Y K H S L
Decimal 236 215 8 0 0.09 0.97 0.07 54.47 0.93 0.48
Hex EC D7 8 0 9 61 7 36 5D 30
Octal 354 327 10 0 11 141 7 66 135 60
Binary 11101100 11010111 1000 0 1001 1100001 111 110110 1011101 110000

Color Harmonies of #ECD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD708

Black with #ECD708

Text Example


Text Example

White with #ECD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD708; }

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

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

background-color css

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

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

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

border-color css

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

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

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