Html Css Color HEX #EAE09C Primrose

📋 copy color: '#EAE09C'

red 234 ◦ green 224 ◦ blue 156

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

Shades of Primrose #EAE09C

Tints of Primrose #EAE09C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.48%

 BLUE value IS 156 (61.33% from 255) = 25.41%

R = 38.11%
G = 36.48%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAE09C (or 0xEAE09C) is known color: Primrose. HEX triplet: EA, E0 and 9C. RGB value is (234,224,156). Sum of RGB (Red+Green+Blue) = 234+224+156=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09C is #151F63. Grayscale: #DBDBDB. Windows color (decimal): -1384292 or 10281194. OLE color: 10281194.

HSL color Cylindrical-coordinate representation of color #EAE09C: hue angle of 52.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAE09C is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 156 -
CMYK 0 0.04 0.33 0.08
HSL 52.31º 0.65% 0.76% -
HSV(B) 52.31º 0.33% 0.92% -
XYZ 66.59 73.2 42.07 -
YUV 219.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 234 224 156 0 0.04 0.33 0.08 52.31 0.65 0.76
Hex EA E0 9C 0 4 21 8 34 41 4C
Octal 352 340 234 0 4 41 10 64 101 114
Binary 11101010 11100000 10011100 0 100 100001 1000 110100 1000001 1001100

Color Harmonies of #EAE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE09C

Black with #EAE09C

Text Example


Text Example

White with #EAE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE09C; }

 p { color: rgb(234,224,156); }

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

background-color css

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

 a { background-color: rgb(234,224,156); }

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

border-color css

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

 span { border-color: rgb(234,224,156); }

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