Html Css Color HEX #EAEE4C Paris Daisy

📋 copy color: '#EAEE4C'

red 234 ◦ green 238 ◦ blue 76

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

Shades of Paris Daisy #EAEE4C

Tints of Paris Daisy #EAEE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.87%

R = 42.7%
G = 43.43%
B = 13.87%

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

#EAEE4C (or 0xEAEE4C) is known color: Paris Daisy. HEX triplet: EA, EE and 4C. RGB value is (234,238,76). Sum of RGB (Red+Green+Blue) = 234+238+76=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 76 (30.08% from 255 or 13.87% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEE4C is #1511B3. Grayscale: #DADADA. Windows color (decimal): -1380788 or 5041898. OLE color: 5041898.

HSL color Cylindrical-coordinate representation of color #EAEE4C: hue angle of 61.48º 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 #EAEE4C is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 238 76 -
CMYK 0.02 0 0.68 0.07
HSL 61.48º 0.83% 0.62% -
HSV(B) 61.48º 0.68% 0.93% -
XYZ 65.81 79.16 18.65 -
YUV 218.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 234 238 76 0.02 0 0.68 0.07 61.48 0.83 0.62
Hex EA EE 4C 2 0 44 7 3D 53 3E
Octal 352 356 114 2 0 104 7 75 123 76
Binary 11101010 11101110 1001100 10 0 1000100 111 111101 1010011 111110

Color Harmonies of #EAEE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEE4C

Black with #EAEE4C

Text Example


Text Example

White with #EAEE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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