Html Css Color HEX #EAF741 Paris Daisy

📋 copy color: '#EAF741'

red 234 ◦ green 247 ◦ blue 65

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

Shades of Paris Daisy #EAF741

Tints of Paris Daisy #EAF741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.9%

R = 42.86%
G = 45.24%
B = 11.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#EAF741 (or 0xEAF741) is known color: Paris Daisy. HEX triplet: EA, F7 and 41. RGB value is (234,247,65). Sum of RGB (Red+Green+Blue) = 234+247+65=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 65 (25.78% from 255 or 11.90% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF741 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF741 is #1508BE. Grayscale: #DFDFDF. Windows color (decimal): -1378495 or 4323306. OLE color: 4323306.

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

Color convert

RGB 234 247 65 -
CMYK 0.05 0 0.74 0.03
HSL 64.29º 0.92% 0.61% -
HSV(B) 64.29º 0.74% 0.97% -
XYZ 68.15 84.4 17.7 -
YUV 222.37 39.19 136.3 -
System Red Green Blue C M Y K H S L
Decimal 234 247 65 0.05 0 0.74 0.03 64.29 0.92 0.61
Hex EA F7 41 5 0 4A 3 40 5C 3D
Octal 352 367 101 5 0 112 3 100 134 75
Binary 11101010 11110111 1000001 101 0 1001010 11 1000000 1011100 111101

Color Harmonies of #EAF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF741

Black with #EAF741

Text Example


Text Example

White with #EAF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF741; }

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

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

background-color css

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

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

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

border-color css

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

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

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