Html Css Color HEX #EFCD85 Cherokee

📋 copy color: '#EFCD85'

red 239 ◦ green 205 ◦ blue 133

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

Shades of Cherokee #EFCD85

Tints of Cherokee #EFCD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.05%

R = 41.42%
G = 35.53%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFCD85 (or 0xEFCD85) is known color: Cherokee. HEX triplet: EF, CD and 85. RGB value is (239,205,133). Sum of RGB (Red+Green+Blue) = 239+205+133=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD85 is #10327A. Grayscale: #CFCFCF. Windows color (decimal): -1061499 or 8769007. OLE color: 8769007.

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

Color convert

RGB 239 205 133 -
CMYK 0 0.14 0.44 0.06
HSL 40.75º 0.77% 0.73% -
HSV(B) 40.75º 0.44% 0.94% -
XYZ 61.66 63.71 31.24 -
YUV 206.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 239 205 133 0 0.14 0.44 0.06 40.75 0.77 0.73
Hex EF CD 85 0 E 2C 6 29 4D 49
Octal 357 315 205 0 16 54 6 51 115 111
Binary 11101111 11001101 10000101 0 1110 101100 110 101001 1001101 1001001

Color Harmonies of #EFCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD85

Black with #EFCD85

Text Example


Text Example

White with #EFCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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