Html Css Color HEX #E4E69B Primrose

📋 copy color: '#E4E69B'

red 228 ◦ green 230 ◦ blue 155

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

Shades of Primrose #E4E69B

Tints of Primrose #E4E69B

RGB

 RED value IS 228 (89.45% from 255) = 37.19%

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

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

R = 37.19%
G = 37.52%
B = 25.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E4E69B (or 0xE4E69B) is known color: Primrose. HEX triplet: E4, E6 and 9B. RGB value is (228,230,155). Sum of RGB (Red+Green+Blue) = 228+230+155=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E69B is #1B1964. Grayscale: #DDDDDD. Windows color (decimal): -1775973 or 10217188. OLE color: 10217188.

HSL color Cylindrical-coordinate representation of color #E4E69B: hue angle of 61.6º 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 #E4E69B is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 228 230 155 -
CMYK 0.01 0 0.33 0.10
HSL 61.6º 0.6% 0.75% -
HSV(B) 61.6º 0.33% 0.9% -
XYZ 66.21 75.45 42.08 -
YUV 220.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 228 230 155 0.01 0 0.33 0.10 61.6 0.6 0.75
Hex E4 E6 9B 1 0 21 A 3E 3C 4B
Octal 344 346 233 1 0 41 12 76 74 113
Binary 11100100 11100110 10011011 1 0 100001 1010 111110 111100 1001011

Color Harmonies of #E4E69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4E69B

Black with #E4E69B

Text Example


Text Example

White with #E4E69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4E69B; }

 p { color: rgb(228,230,155); }

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

background-color css

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

 a { background-color: rgb(228,230,155); }

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

border-color css

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

 span { border-color: rgb(228,230,155); }

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