Html Css Color HEX #EFCF80 Cherokee

📋 copy color: '#EFCF80'

red 239 ◦ green 207 ◦ blue 128

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

Shades of Cherokee #EFCF80

Tints of Cherokee #EFCF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

 BLUE value IS 128 (50.39% from 255) = 22.3%

R = 41.64%
G = 36.06%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFCF80 (or 0xEFCF80) is known color: Cherokee. HEX triplet: EF, CF and 80. RGB value is (239,207,128). Sum of RGB (Red+Green+Blue) = 239+207+128=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCF80 is #10307F. Grayscale: #CFCFCF. Windows color (decimal): -1060992 or 8441839. OLE color: 8441839.

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

Color convert

RGB 239 207 128 -
CMYK 0 0.13 0.46 0.06
HSL 42.7º 0.78% 0.72% -
HSV(B) 42.7º 0.46% 0.94% -
XYZ 61.81 64.53 29.62 -
YUV 207.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 239 207 128 0 0.13 0.46 0.06 42.7 0.78 0.72
Hex EF CF 80 0 D 2E 6 2B 4E 48
Octal 357 317 200 0 15 56 6 53 116 110
Binary 11101111 11001111 10000000 0 1101 101110 110 101011 1001110 1001000

Color Harmonies of #EFCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF80

Black with #EFCF80

Text Example


Text Example

White with #EFCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF80; }

 p { color: rgb(239,207,128); }

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

background-color css

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

 a { background-color: rgb(239,207,128); }

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

border-color css

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

 span { border-color: rgb(239,207,128); }

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