Html Css Color HEX #EFC76C Golden Sand

📋 copy color: '#EFC76C'

red 239 ◦ green 199 ◦ blue 108

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

Shades of Golden Sand #EFC76C

Tints of Golden Sand #EFC76C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.45%

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

R = 43.77%
G = 36.45%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC76C (or 0xEFC76C) is known color: Golden Sand. HEX triplet: EF, C7 and 6C. RGB value is (239,199,108). Sum of RGB (Red+Green+Blue) = 239+199+108=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC76C is #103893. Grayscale: #C8C8C8. Windows color (decimal): -1063060 or 7129071. OLE color: 7129071.

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

Color convert

RGB 239 199 108 -
CMYK 0 0.17 0.55 0.06
HSL 41.68º 0.8% 0.68% -
HSV(B) 41.68º 0.55% 0.94% -
XYZ 58.73 60.28 22.73 -
YUV 200.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 239 199 108 0 0.17 0.55 0.06 41.68 0.8 0.68
Hex EF C7 6C 0 11 37 6 2A 50 44
Octal 357 307 154 0 21 67 6 52 120 104
Binary 11101111 11000111 1101100 0 10001 110111 110 101010 1010000 1000100

Color Harmonies of #EFC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC76C

Black with #EFC76C

Text Example


Text Example

White with #EFC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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