Html Css Color HEX #EAF943 Paris Daisy

📋 copy color: '#EAF943'

red 234 ◦ green 249 ◦ blue 67

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

Shades of Paris Daisy #EAF943

Tints of Paris Daisy #EAF943

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

 BLUE value IS 67 (26.56% from 255) = 12.18%

R = 42.55%
G = 45.27%
B = 12.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#EAF943 (or 0xEAF943) is known color: Paris Daisy. HEX triplet: EA, F9 and 43. RGB value is (234,249,67). Sum of RGB (Red+Green+Blue) = 234+249+67=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 67 (26.56% from 255 or 12.18% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF943 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF943 is #1506BC. Grayscale: #E0E0E0. Windows color (decimal): -1377981 or 4454890. OLE color: 4454890.

HSL color Cylindrical-coordinate representation of color #EAF943: hue angle of 64.95º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAF943 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 67 -
CMYK 0.06 0 0.73 0.02
HSL 64.95º 0.94% 0.62% -
HSV(B) 64.95º 0.73% 0.98% -
XYZ 68.82 85.65 18.21 -
YUV 223.77 39.53 135.3 -
System Red Green Blue C M Y K H S L
Decimal 234 249 67 0.06 0 0.73 0.02 64.95 0.94 0.62
Hex EA F9 43 6 0 49 2 41 5E 3E
Octal 352 371 103 6 0 111 2 101 136 76
Binary 11101010 11111001 1000011 110 0 1001001 10 1000001 1011110 111110

Color Harmonies of #EAF943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF943

Black with #EAF943

Text Example


Text Example

White with #EAF943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF943; }

 p { color: rgb(234,249,67); }

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

background-color css

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

 a { background-color: rgb(234,249,67); }

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

border-color css

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

 span { border-color: rgb(234,249,67); }

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