Html Css Color HEX #EAF348 Paris Daisy

📋 copy color: '#EAF348'

red 234 ◦ green 243 ◦ blue 72

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

Shades of Paris Daisy #EAF348

Tints of Paris Daisy #EAF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.26%

 BLUE value IS 72 (28.52% from 255) = 13.11%

R = 42.62%
G = 44.26%
B = 13.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#EAF348 (or 0xEAF348) is known color: Paris Daisy. HEX triplet: EA, F3 and 48. RGB value is (234,243,72). Sum of RGB (Red+Green+Blue) = 234+243+72=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF348 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF348 is #150CB7. Grayscale: #DDDDDD. Windows color (decimal): -1379512 or 4781034. OLE color: 4781034.

HSL color Cylindrical-coordinate representation of color #EAF348: hue angle of 63.16º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF348 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 243 72 -
CMYK 0.04 0 0.70 0.05
HSL 63.16º 0.88% 0.62% -
HSV(B) 63.16º 0.7% 0.95% -
XYZ 67.15 82.06 18.43 -
YUV 220.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 234 243 72 0.04 0 0.70 0.05 63.16 0.88 0.62
Hex EA F3 48 4 0 46 5 3F 58 3E
Octal 352 363 110 4 0 106 5 77 130 76
Binary 11101010 11110011 1001000 100 0 1000110 101 111111 1011000 111110

Color Harmonies of #EAF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF348

Black with #EAF348

Text Example


Text Example

White with #EAF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF348; }

 p { color: rgb(234,243,72); }

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

background-color css

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

 a { background-color: rgb(234,243,72); }

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

border-color css

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

 span { border-color: rgb(234,243,72); }

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