Html Css Color HEX #EAF552 Paris Daisy

📋 copy color: '#EAF552'

red 234 ◦ green 245 ◦ blue 82

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

Shades of Paris Daisy #EAF552

Tints of Paris Daisy #EAF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.67%

 BLUE value IS 82 (32.42% from 255) = 14.62%

R = 41.71%
G = 43.67%
B = 14.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#EAF552 (or 0xEAF552) is known color: Paris Daisy. HEX triplet: EA, F5 and 52. RGB value is (234,245,82). Sum of RGB (Red+Green+Blue) = 234+245+82=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF552 is #150AAD. Grayscale: #DFDFDF. Windows color (decimal): -1378990 or 5436906. OLE color: 5436906.

HSL color Cylindrical-coordinate representation of color #EAF552: hue angle of 64.05º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAF552 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 82 -
CMYK 0.04 0 0.67 0.04
HSL 64.05º 0.89% 0.64% -
HSV(B) 64.05º 0.67% 0.96% -
XYZ 68.11 83.41 20.49 -
YUV 223.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 234 245 82 0.04 0 0.67 0.04 64.05 0.89 0.64
Hex EA F5 52 4 0 43 4 40 59 40
Octal 352 365 122 4 0 103 4 100 131 100
Binary 11101010 11110101 1010010 100 0 1000011 100 1000000 1011001 1000000

Color Harmonies of #EAF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF552

Black with #EAF552

Text Example


Text Example

White with #EAF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF552; }

 p { color: rgb(234,245,82); }

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

background-color css

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

 a { background-color: rgb(234,245,82); }

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

border-color css

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

 span { border-color: rgb(234,245,82); }

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