Html Css Color HEX #ECEA4A Paris Daisy

📋 copy color: '#ECEA4A'

red 236 ◦ green 234 ◦ blue 74

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

Shades of Paris Daisy #ECEA4A

Tints of Paris Daisy #ECEA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.6%

R = 43.38%
G = 43.01%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECEA4A (or 0xECEA4A) is known color: Paris Daisy. HEX triplet: EC, EA and 4A. RGB value is (236,234,74). Sum of RGB (Red+Green+Blue) = 236+234+74=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA4A is #1315B5. Grayscale: #D9D9D9. Windows color (decimal): -1250742 or 4909804. OLE color: 4909804.

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

Color convert

RGB 236 234 74 -
CMYK 0 0.01 0.69 0.07
HSL 59.26º 0.81% 0.61% -
HSV(B) 59.26º 0.69% 0.93% -
XYZ 65.25 77.17 17.94 -
YUV 216.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 236 234 74 0 0.01 0.69 0.07 59.26 0.81 0.61
Hex EC EA 4A 0 1 45 7 3B 51 3D
Octal 354 352 112 0 1 105 7 73 121 75
Binary 11101100 11101010 1001010 0 1 1000101 111 111011 1010001 111101

Color Harmonies of #ECEA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA4A

Black with #ECEA4A

Text Example


Text Example

White with #ECEA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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