Html Css Color HEX #EFE8D1 Cararra

📋 copy color: '#EFE8D1'

red 239 ◦ green 232 ◦ blue 209

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

Shades of Cararra #EFE8D1

Tints of Cararra #EFE8D1

RGB

 RED value IS 239 (93.75% from 255) = 35.15%

 GREEN value IS 232 (91.02% from 255) = 34.12%

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

R = 35.15%
G = 34.12%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFE8D1 (or 0xEFE8D1) is known color: Cararra. HEX triplet: EF, E8 and D1. RGB value is (239,232,209). Sum of RGB (Red+Green+Blue) = 239+232+209=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8D1 is #10172E. Grayscale: #E7E7E7. Windows color (decimal): -1054511 or 13756655. OLE color: 13756655.

HSL color Cylindrical-coordinate representation of color #EFE8D1: hue angle of 46º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFE8D1 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 209 -
CMYK 0 0.03 0.13 0.06
HSL 46º 0.48% 0.88% -
HSV(B) 46º 0.13% 0.94% -
XYZ 75.96 80.67 71.89 -
YUV 231.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 239 232 209 0 0.03 0.13 0.06 46 0.48 0.88
Hex EF E8 D1 0 3 D 6 2E 30 58
Octal 357 350 321 0 3 15 6 56 60 130
Binary 11101111 11101000 11010001 0 11 1101 110 101110 110000 1011000

Color Harmonies of #EFE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8D1

Black with #EFE8D1

Text Example


Text Example

White with #EFE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8D1; }

 p { color: rgb(239,232,209); }

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

background-color css

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

 a { background-color: rgb(239,232,209); }

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

border-color css

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

 span { border-color: rgb(239,232,209); }

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