Html Css Color HEX #ECD608 School Bus Yellow

📋 copy color: '#ECD608'

red 236 ◦ green 214 ◦ blue 8

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

Shades of School Bus Yellow #ECD608

Tints of School Bus Yellow #ECD608

RGB

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

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

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

R = 51.53%
G = 46.72%
B = 1.75%

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

#ECD608 (or 0xECD608) is known color: School Bus Yellow. HEX triplet: EC, D6 and 08. RGB value is (236,214,8). Sum of RGB (Red+Green+Blue) = 236+214+8=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD608 is #1329F7. Grayscale: #C5C5C5. Windows color (decimal): -1255928 or 579308. OLE color: 579308.

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

Color convert

RGB 236 214 8 -
CMYK 0 0.09 0.97 0.07
HSL 54.21º 0.93% 0.48% -
HSV(B) 54.21º 0.97% 0.93% -
XYZ 58.68 65.94 9.87 -
YUV 197.09 21.29 155.75 -
System Red Green Blue C M Y K H S L
Decimal 236 214 8 0 0.09 0.97 0.07 54.21 0.93 0.48
Hex EC D6 8 0 9 61 7 36 5D 30
Octal 354 326 10 0 11 141 7 66 135 60
Binary 11101100 11010110 1000 0 1001 1100001 111 110110 1011101 110000

Color Harmonies of #ECD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD608

Black with #ECD608

Text Example


Text Example

White with #ECD608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD608; }

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

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

background-color css

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

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

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

border-color css

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

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

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