Html Css Color HEX #EFC96E Golden Sand

📋 copy color: '#EFC96E'

red 239 ◦ green 201 ◦ blue 110

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

Shades of Golden Sand #EFC96E

Tints of Golden Sand #EFC96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20%

R = 43.45%
G = 36.55%
B = 20%

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

#EFC96E (or 0xEFC96E) is known color: Golden Sand. HEX triplet: EF, C9 and 6E. RGB value is (239,201,110). Sum of RGB (Red+Green+Blue) = 239+201+110=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC96E is #103691. Grayscale: #CACACA. Windows color (decimal): -1062546 or 7260655. OLE color: 7260655.

HSL color Cylindrical-coordinate representation of color #EFC96E: hue angle of 42.33º 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 #EFC96E is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 110 -
CMYK 0 0.16 0.54 0.06
HSL 42.33º 0.8% 0.68% -
HSV(B) 42.33º 0.54% 0.94% -
XYZ 59.3 61.25 23.45 -
YUV 201.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 239 201 110 0 0.16 0.54 0.06 42.33 0.8 0.68
Hex EF C9 6E 0 10 36 6 2A 50 44
Octal 357 311 156 0 20 66 6 52 120 104
Binary 11101111 11001001 1101110 0 10000 110110 110 101010 1010000 1000100

Color Harmonies of #EFC96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC96E

Black with #EFC96E

Text Example


Text Example

White with #EFC96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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