Html Css Color HEX #EFC86D Golden Sand

📋 copy color: '#EFC86D'

red 239 ◦ green 200 ◦ blue 109

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

Shades of Golden Sand #EFC86D

Tints of Golden Sand #EFC86D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

 BLUE value IS 109 (42.97% from 255) = 19.89%

R = 43.61%
G = 36.5%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFC86D (or 0xEFC86D) is known color: Golden Sand. HEX triplet: EF, C8 and 6D. RGB value is (239,200,109). Sum of RGB (Red+Green+Blue) = 239+200+109=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC86D is #103792. Grayscale: #C9C9C9. Windows color (decimal): -1062803 or 7194863. OLE color: 7194863.

HSL color Cylindrical-coordinate representation of color #EFC86D: hue angle of 42º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC86D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 109 -
CMYK 0 0.16 0.54 0.06
HSL 42º 0.8% 0.68% -
HSV(B) 42º 0.54% 0.94% -
XYZ 59.01 60.76 23.09 -
YUV 201.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 239 200 109 0 0.16 0.54 0.06 42 0.8 0.68
Hex EF C8 6D 0 10 36 6 2A 50 44
Octal 357 310 155 0 20 66 6 52 120 104
Binary 11101111 11001000 1101101 0 10000 110110 110 101010 1010000 1000100

Color Harmonies of #EFC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC86D

Black with #EFC86D

Text Example


Text Example

White with #EFC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC86D; }

 p { color: rgb(239,200,109); }

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

background-color css

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

 a { background-color: rgb(239,200,109); }

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

border-color css

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

 span { border-color: rgb(239,200,109); }

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