Html Css Color HEX #EFCD8D Cherokee

📋 copy color: '#EFCD8D'

red 239 ◦ green 205 ◦ blue 141

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

Shades of Cherokee #EFCD8D

Tints of Cherokee #EFCD8D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

 BLUE value IS 141 (55.47% from 255) = 24.1%

R = 40.85%
G = 35.04%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFCD8D (or 0xEFCD8D) is known color: Cherokee. HEX triplet: EF, CD and 8D. RGB value is (239,205,141). Sum of RGB (Red+Green+Blue) = 239+205+141=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD8D is #103272. Grayscale: #D0D0D0. Windows color (decimal): -1061491 or 9293295. OLE color: 9293295.

HSL color Cylindrical-coordinate representation of color #EFCD8D: hue angle of 39.18º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFCD8D is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 141 -
CMYK 0 0.14 0.41 0.06
HSL 39.18º 0.75% 0.75% -
HSV(B) 39.18º 0.41% 0.94% -
XYZ 62.24 63.94 34.26 -
YUV 207.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 239 205 141 0 0.14 0.41 0.06 39.18 0.75 0.75
Hex EF CD 8D 0 E 29 6 27 4B 4B
Octal 357 315 215 0 16 51 6 47 113 113
Binary 11101111 11001101 10001101 0 1110 101001 110 100111 1001011 1001011

Color Harmonies of #EFCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD8D

Black with #EFCD8D

Text Example


Text Example

White with #EFCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD8D; }

 p { color: rgb(239,205,141); }

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

background-color css

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

 a { background-color: rgb(239,205,141); }

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

border-color css

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

 span { border-color: rgb(239,205,141); }

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