Html Css Color HEX #ECD602 School Bus Yellow

📋 copy color: '#ECD602'

red 236 ◦ green 214 ◦ blue 2

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

Shades of School Bus Yellow #ECD602

Tints of School Bus Yellow #ECD602

RGB

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

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

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

R = 52.21%
G = 47.35%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECD602 (or 0xECD602) is known color: School Bus Yellow. HEX triplet: EC, D6 and 02. RGB value is (236,214,2). Sum of RGB (Red+Green+Blue) = 236+214+2=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD602 is #1329FD. Grayscale: #C5C5C5. Windows color (decimal): -1255934 or 186092. OLE color: 186092.

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

Color convert

RGB 236 214 2 -
CMYK 0 0.09 0.99 0.07
HSL 54.36º 0.98% 0.47% -
HSV(B) 54.36º 0.99% 0.93% -
XYZ 58.65 65.93 9.69 -
YUV 196.41 18.29 156.24 -
System Red Green Blue C M Y K H S L
Decimal 236 214 2 0 0.09 0.99 0.07 54.36 0.98 0.47
Hex EC D6 2 0 9 63 7 36 62 2F
Octal 354 326 2 0 11 143 7 66 142 57
Binary 11101100 11010110 10 0 1001 1100011 111 110110 1100010 101111

Color Harmonies of #ECD602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD602

Black with #ECD602

Text Example


Text Example

White with #ECD602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD602; }

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

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

background-color css

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

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

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

border-color css

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

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

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