Html Css Color HEX #EAE09B Primrose

📋 copy color: '#EAE09B'

red 234 ◦ green 224 ◦ blue 155

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

Shades of Primrose #EAE09B

Tints of Primrose #EAE09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.29%

R = 38.17%
G = 36.54%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAE09B (or 0xEAE09B) is known color: Primrose. HEX triplet: EA, E0 and 9B. RGB value is (234,224,155). Sum of RGB (Red+Green+Blue) = 234+224+155=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE09B is #151F64. Grayscale: #DBDBDB. Windows color (decimal): -1384293 or 10215658. OLE color: 10215658.

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

Color convert

RGB 234 224 155 -
CMYK 0 0.04 0.34 0.08
HSL 52.41º 0.65% 0.76% -
HSV(B) 52.41º 0.34% 0.92% -
XYZ 66.5 73.17 41.63 -
YUV 219.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 234 224 155 0 0.04 0.34 0.08 52.41 0.65 0.76
Hex EA E0 9B 0 4 22 8 34 41 4C
Octal 352 340 233 0 4 42 10 64 101 114
Binary 11101010 11100000 10011011 0 100 100010 1000 110100 1000001 1001100

Color Harmonies of #EAE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE09B

Black with #EAE09B

Text Example


Text Example

White with #EAE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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