Html Css Color HEX #EFC96C Golden Sand

📋 copy color: '#EFC96C'

red 239 ◦ green 201 ◦ blue 108

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

Shades of Golden Sand #EFC96C

Tints of Golden Sand #EFC96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.68%

 BLUE value IS 108 (42.58% from 255) = 19.71%

R = 43.61%
G = 36.68%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC96C (or 0xEFC96C) is known color: Golden Sand. HEX triplet: EF, C9 and 6C. RGB value is (239,201,108). Sum of RGB (Red+Green+Blue) = 239+201+108=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC96C is #103693. Grayscale: #CACACA. Windows color (decimal): -1062548 or 7129583. OLE color: 7129583.

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

Color convert

RGB 239 201 108 -
CMYK 0 0.16 0.55 0.06
HSL 42.6º 0.8% 0.68% -
HSV(B) 42.6º 0.55% 0.94% -
XYZ 59.19 61.21 22.88 -
YUV 201.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 239 201 108 0 0.16 0.55 0.06 42.6 0.8 0.68
Hex EF C9 6C 0 10 37 6 2B 50 44
Octal 357 311 154 0 20 67 6 53 120 104
Binary 11101111 11001001 1101100 0 10000 110111 110 101011 1010000 1000100

Color Harmonies of #EFC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC96C

Black with #EFC96C

Text Example


Text Example

White with #EFC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC96C; }

 p { color: rgb(239,201,108); }

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

background-color css

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

 a { background-color: rgb(239,201,108); }

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

border-color css

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

 span { border-color: rgb(239,201,108); }

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