Html Css Color HEX #ECD706 School Bus Yellow

📋 copy color: '#ECD706'

red 236 ◦ green 215 ◦ blue 6

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

Shades of School Bus Yellow #ECD706

Tints of School Bus Yellow #ECD706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 51.64%
G = 47.05%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD706 (or 0xECD706) is known color: School Bus Yellow. HEX triplet: EC, D7 and 06. RGB value is (236,215,6). Sum of RGB (Red+Green+Blue) = 236+215+6=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD706 is #1328F9. Grayscale: #C6C6C6. Windows color (decimal): -1255674 or 448492. OLE color: 448492.

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

Color convert

RGB 236 215 6 -
CMYK 0 0.09 0.97 0.07
HSL 54.52º 0.95% 0.47% -
HSV(B) 54.52º 0.97% 0.93% -
XYZ 58.93 66.45 9.89 -
YUV 197.45 19.96 155.49 -
System Red Green Blue C M Y K H S L
Decimal 236 215 6 0 0.09 0.97 0.07 54.52 0.95 0.47
Hex EC D7 6 0 9 61 7 37 5F 2F
Octal 354 327 6 0 11 141 7 67 137 57
Binary 11101100 11010111 110 0 1001 1100001 111 110111 1011111 101111

Color Harmonies of #ECD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD706

Black with #ECD706

Text Example


Text Example

White with #ECD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD706; }

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

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

background-color css

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

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

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

border-color css

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

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

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