Html Css Color HEX #ECD907 School Bus Yellow

📋 copy color: '#ECD907'

red 236 ◦ green 217 ◦ blue 7

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

Shades of School Bus Yellow #ECD907

Tints of School Bus Yellow #ECD907

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 51.3%
G = 47.17%
B = 1.52%

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

#ECD907 (or 0xECD907) is known color: School Bus Yellow. HEX triplet: EC, D9 and 07. RGB value is (236,217,7). Sum of RGB (Red+Green+Blue) = 236+217+7=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD907 is #1326F8. Grayscale: #C7C7C7. Windows color (decimal): -1255161 or 514540. OLE color: 514540.

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

Color convert

RGB 236 217 7 -
CMYK 0 0.08 0.97 0.07
HSL 55.02º 0.94% 0.48% -
HSV(B) 55.02º 0.97% 0.93% -
XYZ 59.44 67.47 10.09 -
YUV 198.74 19.79 154.58 -
System Red Green Blue C M Y K H S L
Decimal 236 217 7 0 0.08 0.97 0.07 55.02 0.94 0.48
Hex EC D9 7 0 8 61 7 37 5E 30
Octal 354 331 7 0 10 141 7 67 136 60
Binary 11101100 11011001 111 0 1000 1100001 111 110111 1011110 110000

Color Harmonies of #ECD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD907

Black with #ECD907

Text Example


Text Example

White with #ECD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD907; }

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

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

background-color css

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

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

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

border-color css

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

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

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