Html Css Color HEX #EAF253 Paris Daisy

📋 copy color: '#EAF253'

red 234 ◦ green 242 ◦ blue 83

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

Shades of Paris Daisy #EAF253

Tints of Paris Daisy #EAF253

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

 BLUE value IS 83 (32.81% from 255) = 14.85%

R = 41.86%
G = 43.29%
B = 14.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#EAF253 (or 0xEAF253) is known color: Paris Daisy. HEX triplet: EA, F2 and 53. RGB value is (234,242,83). Sum of RGB (Red+Green+Blue) = 234+242+83=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 83 (32.81% from 255 or 14.85% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF253 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF253 is #150DAC. Grayscale: #DEDEDE. Windows color (decimal): -1379757 or 5501674. OLE color: 5501674.

HSL color Cylindrical-coordinate representation of color #EAF253: hue angle of 63.02º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAF253 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 83 -
CMYK 0.03 0 0.66 0.05
HSL 63.02º 0.86% 0.64% -
HSV(B) 63.02º 0.66% 0.95% -
XYZ 67.25 81.62 20.39 -
YUV 221.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 234 242 83 0.03 0 0.66 0.05 63.02 0.86 0.64
Hex EA F2 53 3 0 42 5 3F 56 40
Octal 352 362 123 3 0 102 5 77 126 100
Binary 11101010 11110010 1010011 11 0 1000010 101 111111 1010110 1000000

Color Harmonies of #EAF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF253

Black with #EAF253

Text Example


Text Example

White with #EAF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF253; }

 p { color: rgb(234,242,83); }

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

background-color css

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

 a { background-color: rgb(234,242,83); }

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

border-color css

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

 span { border-color: rgb(234,242,83); }

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