Html Css Color HEX #EBDF8C Primrose

📋 copy color: '#EBDF8C'

red 235 ◦ green 223 ◦ blue 140

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

Shades of Primrose #EBDF8C

Tints of Primrose #EBDF8C

RGB

 RED value IS 235 (92.19% from 255) = 39.3%

 GREEN value IS 223 (87.5% from 255) = 37.29%

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

R = 39.3%
G = 37.29%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBDF8C (or 0xEBDF8C) is known color: Primrose. HEX triplet: EB, DF and 8C. RGB value is (235,223,140). Sum of RGB (Red+Green+Blue) = 235+223+140=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF8C is #142073. Grayscale: #D9D9D9. Windows color (decimal): -1319028 or 9232363. OLE color: 9232363.

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

Color convert

RGB 235 223 140 -
CMYK 0 0.05 0.40 0.08
HSL 52.42º 0.7% 0.74% -
HSV(B) 52.42º 0.4% 0.92% -
XYZ 65.38 72.33 35.33 -
YUV 217.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 235 223 140 0 0.05 0.40 0.08 52.42 0.7 0.74
Hex EB DF 8C 0 5 28 8 34 46 4A
Octal 353 337 214 0 5 50 10 64 106 112
Binary 11101011 11011111 10001100 0 101 101000 1000 110100 1000110 1001010

Color Harmonies of #EBDF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF8C

Black with #EBDF8C

Text Example


Text Example

White with #EBDF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF8C; }

 p { color: rgb(235,223,140); }

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

background-color css

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

 a { background-color: rgb(235,223,140); }

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

border-color css

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

 span { border-color: rgb(235,223,140); }

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