Html Css Color HEX #ECDA14 Broom

📋 copy color: '#ECDA14'

red 236 ◦ green 218 ◦ blue 20

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

Shades of Broom #ECDA14

Tints of Broom #ECDA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

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

R = 49.79%
G = 45.99%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECDA14 (or 0xECDA14) is known color: Broom. HEX triplet: EC, DA and 14. RGB value is (236,218,20). Sum of RGB (Red+Green+Blue) = 236+218+20=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDA14 is #1325EB. Grayscale: #C9C9C9. Windows color (decimal): -1254892 or 1366764. OLE color: 1366764.

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

Color convert

RGB 236 218 20 -
CMYK 0 0.08 0.92 0.07
HSL 55º 0.85% 0.5% -
HSV(B) 55º 0.92% 0.93% -
XYZ 59.79 68.03 10.64 -
YUV 200.81 25.96 153.1 -
System Red Green Blue C M Y K H S L
Decimal 236 218 20 0 0.08 0.92 0.07 55 0.85 0.5
Hex EC DA 14 0 8 5C 7 37 55 32
Octal 354 332 24 0 10 134 7 67 125 62
Binary 11101100 11011010 10100 0 1000 1011100 111 110111 1010101 110010

Color Harmonies of #ECDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA14

Black with #ECDA14

Text Example


Text Example

White with #ECDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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