Html Css Color HEX #EAF293 Jonquil

📋 copy color: '#EAF293'

red 234 ◦ green 242 ◦ blue 147

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

Shades of Jonquil #EAF293

Tints of Jonquil #EAF293

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

 BLUE value IS 147 (57.81% from 255) = 23.6%

R = 37.56%
G = 38.84%
B = 23.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#EAF293 (or 0xEAF293) is known color: Jonquil. HEX triplet: EA, F2 and 93. RGB value is (234,242,147). Sum of RGB (Red+Green+Blue) = 234+242+147=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 147 (57.81% from 255 or 23.60% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF293 is #150D6C. Grayscale: #E5E5E5. Windows color (decimal): -1379693 or 9695978. OLE color: 9695978.

HSL color Cylindrical-coordinate representation of color #EAF293: hue angle of 65.05º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAF293 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 147 -
CMYK 0.03 0 0.39 0.05
HSL 65.05º 0.79% 0.76% -
HSV(B) 65.05º 0.39% 0.95% -
XYZ 70.95 83.1 39.9 -
YUV 228.78 81.85 131.72 -
System Red Green Blue C M Y K H S L
Decimal 234 242 147 0.03 0 0.39 0.05 65.05 0.79 0.76
Hex EA F2 93 3 0 27 5 41 4F 4C
Octal 352 362 223 3 0 47 5 101 117 114
Binary 11101010 11110010 10010011 11 0 100111 101 1000001 1001111 1001100

Color Harmonies of #EAF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF293

Black with #EAF293

Text Example


Text Example

White with #EAF293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF293; }

 p { color: rgb(234,242,147); }

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

background-color css

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

 a { background-color: rgb(234,242,147); }

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

border-color css

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

 span { border-color: rgb(234,242,147); }

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