Html Css Color HEX #EAF74D Paris Daisy

📋 copy color: '#EAF74D'

red 234 ◦ green 247 ◦ blue 77

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

Shades of Paris Daisy #EAF74D

Tints of Paris Daisy #EAF74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.8%

R = 41.94%
G = 44.27%
B = 13.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#EAF74D (or 0xEAF74D) is known color: Paris Daisy. HEX triplet: EA, F7 and 4D. RGB value is (234,247,77). Sum of RGB (Red+Green+Blue) = 234+247+77=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 77 (30.47% from 255 or 13.80% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF74D is #1508B2. Grayscale: #E0E0E0. Windows color (decimal): -1378483 or 5109738. OLE color: 5109738.

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

Color convert

RGB 234 247 77 -
CMYK 0.05 0 0.69 0.03
HSL 64.59º 0.91% 0.64% -
HSV(B) 64.59º 0.69% 0.97% -
XYZ 68.53 84.55 19.73 -
YUV 223.73 45.19 135.32 -
System Red Green Blue C M Y K H S L
Decimal 234 247 77 0.05 0 0.69 0.03 64.59 0.91 0.64
Hex EA F7 4D 5 0 45 3 41 5B 40
Octal 352 367 115 5 0 105 3 101 133 100
Binary 11101010 11110111 1001101 101 0 1000101 11 1000001 1011011 1000000

Color Harmonies of #EAF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF74D

Black with #EAF74D

Text Example


Text Example

White with #EAF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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