Html Css Color HEX #ECD802 School Bus Yellow

📋 copy color: '#ECD802'

red 236 ◦ green 216 ◦ blue 2

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

Shades of School Bus Yellow #ECD802

Tints of School Bus Yellow #ECD802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 51.98%
G = 47.58%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECD802 (or 0xECD802) is known color: School Bus Yellow. HEX triplet: EC, D8 and 02. RGB value is (236,216,2). Sum of RGB (Red+Green+Blue) = 236+216+2=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD802 is #1327FD. Grayscale: #C6C6C6. Windows color (decimal): -1255422 or 186604. OLE color: 186604.

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

Color convert

RGB 236 216 2 -
CMYK 0 0.08 0.99 0.07
HSL 54.87º 0.98% 0.47% -
HSV(B) 54.87º 0.99% 0.93% -
XYZ 59.16 66.95 9.86 -
YUV 197.58 17.63 155.4 -
System Red Green Blue C M Y K H S L
Decimal 236 216 2 0 0.08 0.99 0.07 54.87 0.98 0.47
Hex EC D8 2 0 8 63 7 37 62 2F
Octal 354 330 2 0 10 143 7 67 142 57
Binary 11101100 11011000 10 0 1000 1100011 111 110111 1100010 101111

Color Harmonies of #ECD802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD802

Black with #ECD802

Text Example


Text Example

White with #ECD802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD802; }

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

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

background-color css

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

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

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

border-color css

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

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

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