Html Css Color HEX #EDDB92 Primrose

📋 copy color: '#EDDB92'

red 237 ◦ green 219 ◦ blue 146

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

Shades of Primrose #EDDB92

Tints of Primrose #EDDB92

RGB

 RED value IS 237 (92.97% from 255) = 39.37%

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

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

R = 39.37%
G = 36.38%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDDB92 (or 0xEDDB92) is known color: Primrose. HEX triplet: ED, DB and 92. RGB value is (237,219,146). Sum of RGB (Red+Green+Blue) = 237+219+146=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB92 is #12246D. Grayscale: #D8D8D8. Windows color (decimal): -1188974 or 9624557. OLE color: 9624557.

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

Color convert

RGB 237 219 146 -
CMYK 0 0.08 0.38 0.07
HSL 48.13º 0.72% 0.75% -
HSV(B) 48.13º 0.38% 0.93% -
XYZ 65.44 70.74 37.4 -
YUV 216.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 237 219 146 0 0.08 0.38 0.07 48.13 0.72 0.75
Hex ED DB 92 0 8 26 7 30 48 4B
Octal 355 333 222 0 10 46 7 60 110 113
Binary 11101101 11011011 10010010 0 1000 100110 111 110000 1001000 1001011

Color Harmonies of #EDDB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB92

Black with #EDDB92

Text Example


Text Example

White with #EDDB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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