Html Css Color HEX #EBDB92 Primrose

📋 copy color: '#EBDB92'

red 235 ◦ green 219 ◦ blue 146

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

Shades of Primrose #EBDB92

Tints of Primrose #EBDB92

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.5%

 BLUE value IS 146 (57.42% from 255) = 24.33%

R = 39.17%
G = 36.5%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBDB92 (or 0xEBDB92) is known color: Primrose. HEX triplet: EB, DB and 92. RGB value is (235,219,146). Sum of RGB (Red+Green+Blue) = 235+219+146=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB92 is #14246D. Grayscale: #D7D7D7. Windows color (decimal): -1320046 or 9624555. OLE color: 9624555.

HSL color Cylindrical-coordinate representation of color #EBDB92: hue angle of 49.21º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBDB92 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 146 -
CMYK 0 0.07 0.38 0.08
HSL 49.21º 0.69% 0.75% -
HSV(B) 49.21º 0.38% 0.92% -
XYZ 64.78 70.4 37.37 -
YUV 215.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 235 219 146 0 0.07 0.38 0.08 49.21 0.69 0.75
Hex EB DB 92 0 7 26 8 31 45 4B
Octal 353 333 222 0 7 46 10 61 105 113
Binary 11101011 11011011 10010010 0 111 100110 1000 110001 1000101 1001011

Color Harmonies of #EBDB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB92

Black with #EBDB92

Text Example


Text Example

White with #EBDB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB92; }

 p { color: rgb(235,219,146); }

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

background-color css

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

 a { background-color: rgb(235,219,146); }

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

border-color css

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

 span { border-color: rgb(235,219,146); }

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