Html Css Color HEX #EAF28F Jonquil

📋 copy color: '#EAF28F'

red 234 ◦ green 242 ◦ blue 143

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

Shades of Jonquil #EAF28F

Tints of Jonquil #EAF28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.1%

R = 37.8%
G = 39.1%
B = 23.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#EAF28F (or 0xEAF28F) is known color: Jonquil. HEX triplet: EA, F2 and 8F. RGB value is (234,242,143). Sum of RGB (Red+Green+Blue) = 234+242+143=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF28F is #150D70. Grayscale: #E4E4E4. Windows color (decimal): -1379697 or 9433834. OLE color: 9433834.

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

Color convert

RGB 234 242 143 -
CMYK 0.03 0 0.41 0.05
HSL 64.85º 0.79% 0.75% -
HSV(B) 64.85º 0.41% 0.95% -
XYZ 70.64 82.98 38.28 -
YUV 228.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 234 242 143 0.03 0 0.41 0.05 64.85 0.79 0.75
Hex EA F2 8F 3 0 29 5 41 4F 4B
Octal 352 362 217 3 0 51 5 101 117 113
Binary 11101010 11110010 10001111 11 0 101001 101 1000001 1001111 1001011

Color Harmonies of #EAF28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF28F

Black with #EAF28F

Text Example


Text Example

White with #EAF28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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