Html Css Color HEX #EAF345 Paris Daisy

📋 copy color: '#EAF345'

red 234 ◦ green 243 ◦ blue 69

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

Shades of Paris Daisy #EAF345

Tints of Paris Daisy #EAF345

RGB

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

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

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

R = 42.86%
G = 44.51%
B = 12.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#EAF345 (or 0xEAF345) is known color: Paris Daisy. HEX triplet: EA, F3 and 45. RGB value is (234,243,69). Sum of RGB (Red+Green+Blue) = 234+243+69=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF345 is #150CBA. Grayscale: #DDDDDD. Windows color (decimal): -1379515 or 4584426. OLE color: 4584426.

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

Color convert

RGB 234 243 69 -
CMYK 0.04 0 0.72 0.05
HSL 63.1º 0.88% 0.61% -
HSV(B) 63.1º 0.72% 0.95% -
XYZ 67.06 82.02 17.93 -
YUV 220.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 234 243 69 0.04 0 0.72 0.05 63.1 0.88 0.61
Hex EA F3 45 4 0 48 5 3F 58 3D
Octal 352 363 105 4 0 110 5 77 130 75
Binary 11101010 11110011 1000101 100 0 1001000 101 111111 1011000 111101

Color Harmonies of #EAF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF345

Black with #EAF345

Text Example


Text Example

White with #EAF345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF345; }

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

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

background-color css

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

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

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

border-color css

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

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

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