Html Css Color HEX #ECCD14 Broom

📋 copy color: '#ECCD14'

red 236 ◦ green 205 ◦ blue 20

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

Shades of Broom #ECCD14

Tints of Broom #ECCD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 20 (8.2% from 255) = 4.34%

R = 51.19%
G = 44.47%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECCD14 (or 0xECCD14) is known color: Broom. HEX triplet: EC, CD and 14. RGB value is (236,205,20). Sum of RGB (Red+Green+Blue) = 236+205+20=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD14 is #1332EB. Grayscale: #C1C1C1. Windows color (decimal): -1258220 or 1363436. OLE color: 1363436.

HSL color Cylindrical-coordinate representation of color #ECCD14: hue angle of 51.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECCD14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 20 -
CMYK 0 0.13 0.92 0.07
HSL 51.39º 0.85% 0.5% -
HSV(B) 51.39º 0.92% 0.93% -
XYZ 56.55 61.55 9.56 -
YUV 193.18 30.27 158.54 -
System Red Green Blue C M Y K H S L
Decimal 236 205 20 0 0.13 0.92 0.07 51.39 0.85 0.5
Hex EC CD 14 0 D 5C 7 33 55 32
Octal 354 315 24 0 15 134 7 63 125 62
Binary 11101100 11001101 10100 0 1101 1011100 111 110011 1010101 110010

Color Harmonies of #ECCD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD14

Black with #ECCD14

Text Example


Text Example

White with #ECCD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD14; }

 p { color: rgb(236,205,20); }

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

background-color css

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

 a { background-color: rgb(236,205,20); }

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

border-color css

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

 span { border-color: rgb(236,205,20); }

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