Html Css Color HEX #EAEE4D Paris Daisy

📋 copy color: '#EAEE4D'

red 234 ◦ green 238 ◦ blue 77

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

Shades of Paris Daisy #EAEE4D

Tints of Paris Daisy #EAEE4D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.35%

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

R = 42.62%
G = 43.35%
B = 14.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EAEE4D (or 0xEAEE4D) is known color: Paris Daisy. HEX triplet: EA, EE and 4D. RGB value is (234,238,77). Sum of RGB (Red+Green+Blue) = 234+238+77=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEE4D is #1511B2. Grayscale: #DBDBDB. Windows color (decimal): -1380787 or 5107434. OLE color: 5107434.

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

Color convert

RGB 234 238 77 -
CMYK 0.02 0 0.68 0.07
HSL 61.49º 0.83% 0.62% -
HSV(B) 61.49º 0.68% 0.93% -
XYZ 65.85 79.18 18.83 -
YUV 218.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 234 238 77 0.02 0 0.68 0.07 61.49 0.83 0.62
Hex EA EE 4D 2 0 44 7 3D 53 3E
Octal 352 356 115 2 0 104 7 75 123 76
Binary 11101010 11101110 1001101 10 0 1000100 111 111101 1010011 111110

Color Harmonies of #EAEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEE4D

Black with #EAEE4D

Text Example


Text Example

White with #EAEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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