Html Css Color HEX #EAF18D Jonquil

📋 copy color: '#EAF18D'

red 234 ◦ green 241 ◦ blue 141

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

Shades of Jonquil #EAF18D

Tints of Jonquil #EAF18D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

 BLUE value IS 141 (55.47% from 255) = 22.89%

R = 37.99%
G = 39.12%
B = 22.89%

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

#EAF18D (or 0xEAF18D) is known color: Jonquil. HEX triplet: EA, F1 and 8D. RGB value is (234,241,141). Sum of RGB (Red+Green+Blue) = 234+241+141=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF18D is #150E72. Grayscale: #E3E3E3. Windows color (decimal): -1379955 or 9302506. OLE color: 9302506.

HSL color Cylindrical-coordinate representation of color #EAF18D: hue angle of 64.2º degrees, saturation: 0.78, 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 #EAF18D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 141 -
CMYK 0.03 0 0.41 0.05
HSL 64.2º 0.78% 0.75% -
HSV(B) 64.2º 0.41% 0.95% -
XYZ 70.19 82.33 37.39 -
YUV 227.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 234 241 141 0.03 0 0.41 0.05 64.2 0.78 0.75
Hex EA F1 8D 3 0 29 5 40 4E 4B
Octal 352 361 215 3 0 51 5 100 116 113
Binary 11101010 11110001 10001101 11 0 101001 101 1000000 1001110 1001011

Color Harmonies of #EAF18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF18D

Black with #EAF18D

Text Example


Text Example

White with #EAF18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF18D; }

 p { color: rgb(234,241,141); }

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

background-color css

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

 a { background-color: rgb(234,241,141); }

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

border-color css

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

 span { border-color: rgb(234,241,141); }

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