Html Css Color HEX #EAF69A Jonquil

📋 copy color: '#EAF69A'

red 234 ◦ green 246 ◦ blue 154

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

Shades of Jonquil #EAF69A

Tints of Jonquil #EAF69A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.8%

 BLUE value IS 154 (60.55% from 255) = 24.29%

R = 36.91%
G = 38.8%
B = 24.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#EAF69A (or 0xEAF69A) is known color: Jonquil. HEX triplet: EA, F6 and 9A. RGB value is (234,246,154). Sum of RGB (Red+Green+Blue) = 234+246+154=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 154 (60.55% from 255 or 24.29% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF69A is #150965. Grayscale: #E8E8E8. Windows color (decimal): -1378662 or 10155754. OLE color: 10155754.

HSL color Cylindrical-coordinate representation of color #EAF69A: hue angle of 67.83º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAF69A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 154 -
CMYK 0.05 0 0.37 0.04
HSL 67.83º 0.84% 0.78% -
HSV(B) 67.83º 0.37% 0.96% -
XYZ 72.72 85.74 43.29 -
YUV 231.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 234 246 154 0.05 0 0.37 0.04 67.83 0.84 0.78
Hex EA F6 9A 5 0 25 4 44 54 4E
Octal 352 366 232 5 0 45 4 104 124 116
Binary 11101010 11110110 10011010 101 0 100101 100 1000100 1010100 1001110

Color Harmonies of #EAF69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF69A

Black with #EAF69A

Text Example


Text Example

White with #EAF69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF69A; }

 p { color: rgb(234,246,154); }

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

background-color css

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

 a { background-color: rgb(234,246,154); }

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

border-color css

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

 span { border-color: rgb(234,246,154); }

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