Html Css Color HEX #EAF74B Paris Daisy

📋 copy color: '#EAF74B'

red 234 ◦ green 247 ◦ blue 75

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

Shades of Paris Daisy #EAF74B

Tints of Paris Daisy #EAF74B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.42%

 BLUE value IS 75 (29.69% from 255) = 13.49%

R = 42.09%
G = 44.42%
B = 13.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#EAF74B (or 0xEAF74B) is known color: Paris Daisy. HEX triplet: EA, F7 and 4B. RGB value is (234,247,75). Sum of RGB (Red+Green+Blue) = 234+247+75=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF74B is #1508B4. Grayscale: #E0E0E0. Windows color (decimal): -1378485 or 4978666. OLE color: 4978666.

HSL color Cylindrical-coordinate representation of color #EAF74B: hue angle of 64.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF74B is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 75 -
CMYK 0.05 0 0.70 0.03
HSL 64.53º 0.91% 0.63% -
HSV(B) 64.53º 0.7% 0.97% -
XYZ 68.46 84.52 19.36 -
YUV 223.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 234 247 75 0.05 0 0.70 0.03 64.53 0.91 0.63
Hex EA F7 4B 5 0 46 3 41 5B 3F
Octal 352 367 113 5 0 106 3 101 133 77
Binary 11101010 11110111 1001011 101 0 1000110 11 1000001 1011011 111111

Color Harmonies of #EAF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF74B

Black with #EAF74B

Text Example


Text Example

White with #EAF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF74B; }

 p { color: rgb(234,247,75); }

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

background-color css

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

 a { background-color: rgb(234,247,75); }

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

border-color css

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

 span { border-color: rgb(234,247,75); }

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