Html Css Color HEX #E5E69A Primrose

📋 copy color: '#E5E69A'

red 229 ◦ green 230 ◦ blue 154

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

Shades of Primrose #E5E69A

Tints of Primrose #E5E69A

RGB

 RED value IS 229 (89.84% from 255) = 37.36%

 GREEN value IS 230 (90.23% from 255) = 37.52%

 BLUE value IS 154 (60.55% from 255) = 25.12%

R = 37.36%
G = 37.52%
B = 25.12%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E5E69A (or 0xE5E69A) is known color: Primrose. HEX triplet: E5, E6 and 9A. RGB value is (229,230,154). Sum of RGB (Red+Green+Blue) = 229+230+154=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E69A is #1A1965. Grayscale: #DDDDDD. Windows color (decimal): -1710438 or 10151653. OLE color: 10151653.

HSL color Cylindrical-coordinate representation of color #E5E69A: hue angle of 60.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5E69A is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 230 154 -
CMYK 0.00 0 0.33 0.10
HSL 60.79º 0.6% 0.75% -
HSV(B) 60.79º 0.33% 0.9% -
XYZ 66.44 75.58 41.66 -
YUV 221.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 229 230 154 0.00 0 0.33 0.10 60.79 0.6 0.75
Hex E5 E6 9A 0 0 21 A 3D 3C 4B
Octal 345 346 232 0 0 41 12 75 74 113
Binary 11100101 11100110 10011010 0 0 100001 1010 111101 111100 1001011

Color Harmonies of #E5E69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E69A

Black with #E5E69A

Text Example


Text Example

White with #E5E69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E69A; }

 p { color: rgb(229,230,154); }

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

background-color css

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

 a { background-color: rgb(229,230,154); }

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

border-color css

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

 span { border-color: rgb(229,230,154); }

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