Html Css Color HEX #ECD700 School Bus Yellow

📋 copy color: '#ECD700'

red 236 ◦ green 215 ◦ blue 0

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

Shades of School Bus Yellow #ECD700

Tints of School Bus Yellow #ECD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.33%
G = 47.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECD700 (or 0xECD700) is known color: School Bus Yellow. HEX triplet: EC, D7 and 00. RGB value is (236,215,0). Sum of RGB (Red+Green+Blue) = 236+215+0=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD700 is #1328FF. Grayscale: #C5C5C5. Windows color (decimal): -1255680 or 55276. OLE color: 55276.

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

Color convert

RGB 236 215 0 -
CMYK 0 0.09 1 0.07
HSL 54.66º 1% 0.46% -
HSV(B) 54.66º 1% 0.93% -
XYZ 58.89 66.43 9.72 -
YUV 196.77 16.96 155.98 -
System Red Green Blue C M Y K H S L
Decimal 236 215 0 0 0.09 1 0.07 54.66 1 0.46
Hex EC D7 0 0 9 64 7 37 64 2E
Octal 354 327 0 0 11 144 7 67 144 56
Binary 11101100 11010111 0 0 1001 1100100 111 110111 1100100 101110

Color Harmonies of #ECD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD700

Black with #ECD700

Text Example


Text Example

White with #ECD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD700; }

 p { color: rgb(236,215,0); }

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

background-color css

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

 a { background-color: rgb(236,215,0); }

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

border-color css

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

 span { border-color: rgb(236,215,0); }

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