Html Css Color HEX #EAEC4D Paris Daisy

📋 copy color: '#EAEC4D'

red 234 ◦ green 236 ◦ blue 77

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

Shades of Paris Daisy #EAEC4D

Tints of Paris Daisy #EAEC4D

RGB

 RED value IS 234 (91.8% from 255) = 42.78%

 GREEN value IS 236 (92.58% from 255) = 43.14%

 BLUE value IS 77 (30.47% from 255) = 14.08%

R = 42.78%
G = 43.14%
B = 14.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EAEC4D (or 0xEAEC4D) is known color: Paris Daisy. HEX triplet: EA, EC and 4D. RGB value is (234,236,77). Sum of RGB (Red+Green+Blue) = 234+236+77=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 77 (30.47% from 255 or 14.08% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEC4D is #1513B2. Grayscale: #D9D9D9. Windows color (decimal): -1381299 or 5106922. OLE color: 5106922.

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

Color convert

RGB 234 236 77 -
CMYK 0.01 0 0.67 0.07
HSL 60.75º 0.81% 0.61% -
HSV(B) 60.75º 0.67% 0.93% -
XYZ 65.27 78.02 18.64 -
YUV 217.28 48.84 139.93 -
System Red Green Blue C M Y K H S L
Decimal 234 236 77 0.01 0 0.67 0.07 60.75 0.81 0.61
Hex EA EC 4D 1 0 43 7 3D 51 3D
Octal 352 354 115 1 0 103 7 75 121 75
Binary 11101010 11101100 1001101 1 0 1000011 111 111101 1010001 111101

Color Harmonies of #EAEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEC4D

Black with #EAEC4D

Text Example


Text Example

White with #EAEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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