Html Css Color HEX #EFE7D0 Cararra

📋 copy color: '#EFE7D0'

red 239 ◦ green 231 ◦ blue 208

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

Shades of Cararra #EFE7D0

Tints of Cararra #EFE7D0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.07%

 BLUE value IS 208 (81.64% from 255) = 30.68%

R = 35.25%
G = 34.07%
B = 30.68%

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

#EFE7D0 (or 0xEFE7D0) is known color: Cararra. HEX triplet: EF, E7 and D0. RGB value is (239,231,208). Sum of RGB (Red+Green+Blue) = 239+231+208=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D0 is #10182F. Grayscale: #E6E6E6. Windows color (decimal): -1054768 or 13690863. OLE color: 13690863.

HSL color Cylindrical-coordinate representation of color #EFE7D0: hue angle of 44.52º degrees, saturation: 0.49, 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 #EFE7D0 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 231 208 -
CMYK 0 0.03 0.13 0.06
HSL 44.52º 0.49% 0.88% -
HSV(B) 44.52º 0.13% 0.94% -
XYZ 75.56 80.06 71.14 -
YUV 230.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 239 231 208 0 0.03 0.13 0.06 44.52 0.49 0.88
Hex EF E7 D0 0 3 D 6 2D 31 58
Octal 357 347 320 0 3 15 6 55 61 130
Binary 11101111 11100111 11010000 0 11 1101 110 101101 110001 1011000

Color Harmonies of #EFE7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7D0

Black with #EFE7D0

Text Example


Text Example

White with #EFE7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7D0; }

 p { color: rgb(239,231,208); }

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

background-color css

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

 a { background-color: rgb(239,231,208); }

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

border-color css

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

 span { border-color: rgb(239,231,208); }

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