Html Css Color HEX #EDE5D1 Cararra

📋 copy color: '#EDE5D1'

red 237 ◦ green 229 ◦ blue 209

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

Shades of Cararra #EDE5D1

Tints of Cararra #EDE5D1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.93%

 BLUE value IS 209 (82.03% from 255) = 30.96%

R = 35.11%
G = 33.93%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDE5D1 (or 0xEDE5D1) is known color: Cararra. HEX triplet: ED, E5 and D1. RGB value is (237,229,209). Sum of RGB (Red+Green+Blue) = 237+229+209=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5D1 is #121A2E. Grayscale: #E5E5E5. Windows color (decimal): -1186351 or 13755885. OLE color: 13755885.

HSL color Cylindrical-coordinate representation of color #EDE5D1: hue angle of 42.86º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDE5D1 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 209 -
CMYK 0 0.03 0.12 0.07
HSL 42.86º 0.44% 0.87% -
HSV(B) 42.86º 0.12% 0.93% -
XYZ 74.45 78.65 71.58 -
YUV 229.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 237 229 209 0 0.03 0.12 0.07 42.86 0.44 0.87
Hex ED E5 D1 0 3 C 7 2B 2C 57
Octal 355 345 321 0 3 14 7 53 54 127
Binary 11101101 11100101 11010001 0 11 1100 111 101011 101100 1010111

Color Harmonies of #EDE5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5D1

Black with #EDE5D1

Text Example


Text Example

White with #EDE5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5D1; }

 p { color: rgb(237,229,209); }

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

background-color css

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

 a { background-color: rgb(237,229,209); }

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

border-color css

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

 span { border-color: rgb(237,229,209); }

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