Html Css Color HEX #ECD80C School Bus Yellow

📋 copy color: '#ECD80C'

red 236 ◦ green 216 ◦ blue 12

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

Shades of School Bus Yellow #ECD80C

Tints of School Bus Yellow #ECD80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 50.86%
G = 46.55%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECD80C (or 0xECD80C) is known color: School Bus Yellow. HEX triplet: EC, D8 and 0C. RGB value is (236,216,12). Sum of RGB (Red+Green+Blue) = 236+216+12=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD80C is #1327F3. Grayscale: #C7C7C7. Windows color (decimal): -1255412 or 841964. OLE color: 841964.

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

Color convert

RGB 236 216 12 -
CMYK 0 0.08 0.95 0.07
HSL 54.64º 0.9% 0.49% -
HSV(B) 54.64º 0.95% 0.93% -
XYZ 59.21 66.97 10.15 -
YUV 198.72 22.63 154.59 -
System Red Green Blue C M Y K H S L
Decimal 236 216 12 0 0.08 0.95 0.07 54.64 0.9 0.49
Hex EC D8 C 0 8 5F 7 37 5A 31
Octal 354 330 14 0 10 137 7 67 132 61
Binary 11101100 11011000 1100 0 1000 1011111 111 110111 1011010 110001

Color Harmonies of #ECD80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD80C

Black with #ECD80C

Text Example


Text Example

White with #ECD80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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