Html Css Color HEX #ECD807 School Bus Yellow

📋 copy color: '#ECD807'

red 236 ◦ green 216 ◦ blue 7

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

Shades of School Bus Yellow #ECD807

Tints of School Bus Yellow #ECD807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 51.42%
G = 47.06%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD807 (or 0xECD807) is known color: School Bus Yellow. HEX triplet: EC, D8 and 07. RGB value is (236,216,7). Sum of RGB (Red+Green+Blue) = 236+216+7=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD807 is #1327F8. Grayscale: #C7C7C7. Windows color (decimal): -1255417 or 514284. OLE color: 514284.

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

Color convert

RGB 236 216 7 -
CMYK 0 0.08 0.97 0.07
HSL 54.76º 0.94% 0.48% -
HSV(B) 54.76º 0.97% 0.93% -
XYZ 59.19 66.96 10.01 -
YUV 198.15 20.13 154.99 -
System Red Green Blue C M Y K H S L
Decimal 236 216 7 0 0.08 0.97 0.07 54.76 0.94 0.48
Hex EC D8 7 0 8 61 7 37 5E 30
Octal 354 330 7 0 10 141 7 67 136 60
Binary 11101100 11011000 111 0 1000 1100001 111 110111 1011110 110000

Color Harmonies of #ECD807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD807

Black with #ECD807

Text Example


Text Example

White with #ECD807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD807; }

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

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

background-color css

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

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

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

border-color css

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

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

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