Html Css Color HEX #ECEA45 Paris Daisy

📋 copy color: '#ECEA45'

red 236 ◦ green 234 ◦ blue 69

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

Shades of Paris Daisy #ECEA45

Tints of Paris Daisy #ECEA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.8%

R = 43.78%
G = 43.41%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ECEA45 (or 0xECEA45) is known color: Paris Daisy. HEX triplet: EC, EA and 45. RGB value is (236,234,69). Sum of RGB (Red+Green+Blue) = 236+234+69=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA45 is #1315BA. Grayscale: #D8D8D8. Windows color (decimal): -1250747 or 4582124. OLE color: 4582124.

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

Color convert

RGB 236 234 69 -
CMYK 0 0.01 0.71 0.07
HSL 59.28º 0.81% 0.6% -
HSV(B) 59.28º 0.71% 0.93% -
XYZ 65.09 77.11 17.08 -
YUV 215.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 236 234 69 0 0.01 0.71 0.07 59.28 0.81 0.6
Hex EC EA 45 0 1 47 7 3B 51 3C
Octal 354 352 105 0 1 107 7 73 121 74
Binary 11101100 11101010 1000101 0 1 1000111 111 111011 1010001 111100

Color Harmonies of #ECEA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA45

Black with #ECEA45

Text Example


Text Example

White with #ECEA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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