Html Css Color HEX #ECD60E School Bus Yellow

📋 copy color: '#ECD60E'

red 236 ◦ green 214 ◦ blue 14

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

Shades of School Bus Yellow #ECD60E

Tints of School Bus Yellow #ECD60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 50.86%
G = 46.12%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECD60E (or 0xECD60E) is known color: School Bus Yellow. HEX triplet: EC, D6 and 0E. RGB value is (236,214,14). Sum of RGB (Red+Green+Blue) = 236+214+14=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD60E is #1329F1. Grayscale: #C6C6C6. Windows color (decimal): -1255922 or 972524. OLE color: 972524.

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

Color convert

RGB 236 214 14 -
CMYK 0 0.09 0.94 0.07
HSL 54.05º 0.89% 0.49% -
HSV(B) 54.05º 0.94% 0.93% -
XYZ 58.72 65.96 10.05 -
YUV 197.78 24.29 155.26 -
System Red Green Blue C M Y K H S L
Decimal 236 214 14 0 0.09 0.94 0.07 54.05 0.89 0.49
Hex EC D6 E 0 9 5E 7 36 59 31
Octal 354 326 16 0 11 136 7 66 131 61
Binary 11101100 11010110 1110 0 1001 1011110 111 110110 1011001 110001

Color Harmonies of #ECD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD60E

Black with #ECD60E

Text Example


Text Example

White with #ECD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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