Html Css Color HEX #EAFE44 Paris Daisy

📋 copy color: '#EAFE44'

red 234 ◦ green 254 ◦ blue 68

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

Shades of Paris Daisy #EAFE44

Tints of Paris Daisy #EAFE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.23%

R = 42.09%
G = 45.68%
B = 12.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#EAFE44 (or 0xEAFE44) is known color: Paris Daisy. HEX triplet: EA, FE and 44. RGB value is (234,254,68). Sum of RGB (Red+Green+Blue) = 234+254+68=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 68 (26.95% from 255 or 12.23% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE44 is #1501BB. Grayscale: #E3E3E3. Windows color (decimal): -1376700 or 4521706. OLE color: 4521706.

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

Color convert

RGB 234 254 68 -
CMYK 0.08 0 0.73 0.00
HSL 66.45º 0.99% 0.63% -
HSV(B) 66.45º 0.73% 1% -
XYZ 70.42 88.79 18.9 -
YUV 226.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 234 254 68 0.08 0 0.73 0.00 66.45 0.99 0.63
Hex EA FE 44 8 0 49 0 42 63 3F
Octal 352 376 104 10 0 111 0 102 143 77
Binary 11101010 11111110 1000100 1000 0 1001001 0 1000010 1100011 111111

Color Harmonies of #EAFE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE44

Black with #EAFE44

Text Example


Text Example

White with #EAFE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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