Html Css Color HEX #ECEA52 Paris Daisy

📋 copy color: '#ECEA52'

red 236 ◦ green 234 ◦ blue 82

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

Shades of Paris Daisy #ECEA52

Tints of Paris Daisy #ECEA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.39%

 BLUE value IS 82 (32.42% from 255) = 14.86%

R = 42.75%
G = 42.39%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECEA52 (or 0xECEA52) is known color: Paris Daisy. HEX triplet: EC, EA and 52. RGB value is (236,234,82). Sum of RGB (Red+Green+Blue) = 236+234+82=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA52 is #1315AD. Grayscale: #D9D9D9. Windows color (decimal): -1250734 or 5434092. OLE color: 5434092.

HSL color Cylindrical-coordinate representation of color #ECEA52: hue angle of 59.22º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECEA52 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 234 82 -
CMYK 0 0.01 0.65 0.07
HSL 59.22º 0.8% 0.62% -
HSV(B) 59.22º 0.65% 0.93% -
XYZ 65.54 77.29 19.45 -
YUV 217.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 236 234 82 0 0.01 0.65 0.07 59.22 0.8 0.62
Hex EC EA 52 0 1 41 7 3B 50 3E
Octal 354 352 122 0 1 101 7 73 120 76
Binary 11101100 11101010 1010010 0 1 1000001 111 111011 1010000 111110

Color Harmonies of #ECEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA52

Black with #ECEA52

Text Example


Text Example

White with #ECEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA52; }

 p { color: rgb(236,234,82); }

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

background-color css

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

 a { background-color: rgb(236,234,82); }

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

border-color css

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

 span { border-color: rgb(236,234,82); }

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