Html Css Color HEX #EFE7D4 Cararra

📋 copy color: '#EFE7D4'

red 239 ◦ green 231 ◦ blue 212

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

Shades of Cararra #EFE7D4

Tints of Cararra #EFE7D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.09%

R = 35.04%
G = 33.87%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFE7D4 (or 0xEFE7D4) is known color: Cararra. HEX triplet: EF, E7 and D4. RGB value is (239,231,212). Sum of RGB (Red+Green+Blue) = 239+231+212=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 231 (90.62% from 255 or 33.87% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D4 is #10182B. Grayscale: #E7E7E7. Windows color (decimal): -1054764 or 13953007. OLE color: 13953007.

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

Color convert

RGB 239 231 212 -
CMYK 0 0.03 0.11 0.06
HSL 42.22º 0.46% 0.88% -
HSV(B) 42.22º 0.11% 0.94% -
XYZ 76.06 80.26 73.77 -
YUV 231.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 239 231 212 0 0.03 0.11 0.06 42.22 0.46 0.88
Hex EF E7 D4 0 3 B 6 2A 2E 58
Octal 357 347 324 0 3 13 6 52 56 130
Binary 11101111 11100111 11010100 0 11 1011 110 101010 101110 1011000

Color Harmonies of #EFE7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7D4

Black with #EFE7D4

Text Example


Text Example

White with #EFE7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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