Html Css Color HEX #EAFD45 Paris Daisy

📋 copy color: '#EAFD45'

red 234 ◦ green 253 ◦ blue 69

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

Shades of Paris Daisy #EAFD45

Tints of Paris Daisy #EAFD45

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.5%

 BLUE value IS 69 (27.34% from 255) = 12.41%

R = 42.09%
G = 45.5%
B = 12.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#EAFD45 (or 0xEAFD45) is known color: Paris Daisy. HEX triplet: EA, FD and 45. RGB value is (234,253,69). Sum of RGB (Red+Green+Blue) = 234+253+69=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 69 (27.34% from 255 or 12.41% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD45 is #1502BA. Grayscale: #E3E3E3. Windows color (decimal): -1376955 or 4586986. OLE color: 4586986.

HSL color Cylindrical-coordinate representation of color #EAFD45: hue angle of 66.2º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAFD45 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 69 -
CMYK 0.08 0 0.73 0.01
HSL 66.2º 0.98% 0.63% -
HSV(B) 66.2º 0.73% 0.99% -
XYZ 70.13 88.17 18.95 -
YUV 226.34 39.21 133.46 -
System Red Green Blue C M Y K H S L
Decimal 234 253 69 0.08 0 0.73 0.01 66.2 0.98 0.63
Hex EA FD 45 8 0 49 1 42 62 3F
Octal 352 375 105 10 0 111 1 102 142 77
Binary 11101010 11111101 1000101 1000 0 1001001 1 1000010 1100010 111111

Color Harmonies of #EAFD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD45

Black with #EAFD45

Text Example


Text Example

White with #EAFD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD45; }

 p { color: rgb(234,253,69); }

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

background-color css

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

 a { background-color: rgb(234,253,69); }

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

border-color css

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

 span { border-color: rgb(234,253,69); }

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