Html Css Color HEX #EAE18C Primrose

📋 copy color: '#EAE18C'

red 234 ◦ green 225 ◦ blue 140

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

Shades of Primrose #EAE18C

Tints of Primrose #EAE18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.56%

 BLUE value IS 140 (55.08% from 255) = 23.37%

R = 39.07%
G = 37.56%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAE18C (or 0xEAE18C) is known color: Primrose. HEX triplet: EA, E1 and 8C. RGB value is (234,225,140). Sum of RGB (Red+Green+Blue) = 234+225+140=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE18C is #151E73. Grayscale: #DADADA. Windows color (decimal): -1384052 or 9232874. OLE color: 9232874.

HSL color Cylindrical-coordinate representation of color #EAE18C: hue angle of 54.26º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE18C is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 140 -
CMYK 0 0.04 0.40 0.08
HSL 54.26º 0.69% 0.73% -
HSV(B) 54.26º 0.4% 0.92% -
XYZ 65.59 73.24 35.49 -
YUV 218 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 234 225 140 0 0.04 0.40 0.08 54.26 0.69 0.73
Hex EA E1 8C 0 4 28 8 36 45 49
Octal 352 341 214 0 4 50 10 66 105 111
Binary 11101010 11100001 10001100 0 100 101000 1000 110110 1000101 1001001

Color Harmonies of #EAE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE18C

Black with #EAE18C

Text Example


Text Example

White with #EAE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE18C; }

 p { color: rgb(234,225,140); }

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

background-color css

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

 a { background-color: rgb(234,225,140); }

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

border-color css

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

 span { border-color: rgb(234,225,140); }

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