Html Css Color HEX #EAF152 Paris Daisy

📋 copy color: '#EAF152'

red 234 ◦ green 241 ◦ blue 82

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

Shades of Paris Daisy #EAF152

Tints of Paris Daisy #EAF152

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

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

R = 42.01%
G = 43.27%
B = 14.72%

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

#EAF152 (or 0xEAF152) is known color: Paris Daisy. HEX triplet: EA, F1 and 52. RGB value is (234,241,82). Sum of RGB (Red+Green+Blue) = 234+241+82=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF152 is #150EAD. Grayscale: #DDDDDD. Windows color (decimal): -1380014 or 5435882. OLE color: 5435882.

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

Color convert

RGB 234 241 82 -
CMYK 0.03 0 0.66 0.05
HSL 62.64º 0.85% 0.63% -
HSV(B) 62.64º 0.66% 0.95% -
XYZ 66.91 81.01 20.09 -
YUV 220.78 49.68 137.43 -
System Red Green Blue C M Y K H S L
Decimal 234 241 82 0.03 0 0.66 0.05 62.64 0.85 0.63
Hex EA F1 52 3 0 42 5 3F 55 3F
Octal 352 361 122 3 0 102 5 77 125 77
Binary 11101010 11110001 1010010 11 0 1000010 101 111111 1010101 111111

Color Harmonies of #EAF152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF152

Black with #EAF152

Text Example


Text Example

White with #EAF152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF152; }

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

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

background-color css

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

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

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

border-color css

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

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

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