Html Css Color HEX #ECEA50 Paris Daisy

📋 copy color: '#ECEA50'

red 236 ◦ green 234 ◦ blue 80

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

Shades of Paris Daisy #ECEA50

Tints of Paris Daisy #ECEA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.55%

R = 42.91%
G = 42.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECEA50 (or 0xECEA50) is known color: Paris Daisy. HEX triplet: EC, EA and 50. RGB value is (236,234,80). Sum of RGB (Red+Green+Blue) = 236+234+80=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA50 is #1315AF. Grayscale: #D9D9D9. Windows color (decimal): -1250736 or 5303020. OLE color: 5303020.

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

Color convert

RGB 236 234 80 -
CMYK 0 0.01 0.66 0.07
HSL 59.23º 0.8% 0.62% -
HSV(B) 59.23º 0.66% 0.93% -
XYZ 65.46 77.26 19.05 -
YUV 217.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 236 234 80 0 0.01 0.66 0.07 59.23 0.8 0.62
Hex EC EA 50 0 1 42 7 3B 50 3E
Octal 354 352 120 0 1 102 7 73 120 76
Binary 11101100 11101010 1010000 0 1 1000010 111 111011 1010000 111110

Color Harmonies of #ECEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA50

Black with #ECEA50

Text Example


Text Example

White with #ECEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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