Html Css Color HEX #EAE994 Jonquil

📋 copy color: '#EAE994'

red 234 ◦ green 233 ◦ blue 148

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

Shades of Jonquil #EAE994

Tints of Jonquil #EAE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.89%

 BLUE value IS 148 (58.2% from 255) = 24.07%

R = 38.05%
G = 37.89%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAE994 (or 0xEAE994) is known color: Jonquil. HEX triplet: EA, E9 and 94. RGB value is (234,233,148). Sum of RGB (Red+Green+Blue) = 234+233+148=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE994 is #15166B. Grayscale: #DFDFDF. Windows color (decimal): -1381996 or 9759210. OLE color: 9759210.

HSL color Cylindrical-coordinate representation of color #EAE994: hue angle of 59.3º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAE994 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 233 148 -
CMYK 0 0.00 0.37 0.08
HSL 59.3º 0.67% 0.75% -
HSV(B) 59.3º 0.37% 0.92% -
XYZ 68.42 77.91 39.45 -
YUV 223.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 234 233 148 0 0.00 0.37 0.08 59.3 0.67 0.75
Hex EA E9 94 0 0 25 8 3B 43 4B
Octal 352 351 224 0 0 45 10 73 103 113
Binary 11101010 11101001 10010100 0 0 100101 1000 111011 1000011 1001011

Color Harmonies of #EAE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE994

Black with #EAE994

Text Example


Text Example

White with #EAE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE994; }

 p { color: rgb(234,233,148); }

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

background-color css

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

 a { background-color: rgb(234,233,148); }

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

border-color css

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

 span { border-color: rgb(234,233,148); }

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