Html Css Color HEX #EAFE3D Paris Daisy

📋 copy color: '#EAFE3D'

red 234 ◦ green 254 ◦ blue 61

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

Shades of Paris Daisy #EAFE3D

Tints of Paris Daisy #EAFE3D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.27%

 BLUE value IS 61 (24.22% from 255) = 11.11%

R = 42.62%
G = 46.27%
B = 11.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#EAFE3D (or 0xEAFE3D) is known color: Paris Daisy. HEX triplet: EA, FE and 3D. RGB value is (234,254,61). Sum of RGB (Red+Green+Blue) = 234+254+61=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 61 (24.22% from 255 or 11.11% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE3D is #1501C2. Grayscale: #E2E2E2. Windows color (decimal): -1376707 or 4062954. OLE color: 4062954.

HSL color Cylindrical-coordinate representation of color #EAFE3D: hue angle of 66.22º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAFE3D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 61 -
CMYK 0.08 0 0.76 0.00
HSL 66.22º 0.99% 0.62% -
HSV(B) 66.22º 0.76% 1% -
XYZ 70.22 88.71 17.84 -
YUV 226.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 234 254 61 0.08 0 0.76 0.00 66.22 0.99 0.62
Hex EA FE 3D 8 0 4C 0 42 63 3E
Octal 352 376 75 10 0 114 0 102 143 76
Binary 11101010 11111110 111101 1000 0 1001100 0 1000010 1100011 111110

Color Harmonies of #EAFE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE3D

Black with #EAFE3D

Text Example


Text Example

White with #EAFE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE3D; }

 p { color: rgb(234,254,61); }

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

background-color css

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

 a { background-color: rgb(234,254,61); }

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

border-color css

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

 span { border-color: rgb(234,254,61); }

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