Html Css Color HEX #EFD76C Golden Sand

📋 copy color: '#EFD76C'

red 239 ◦ green 215 ◦ blue 108

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

Shades of Golden Sand #EFD76C

Tints of Golden Sand #EFD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.26%

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

R = 42.53%
G = 38.26%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD76C (or 0xEFD76C) is known color: Golden Sand. HEX triplet: EF, D7 and 6C. RGB value is (239,215,108). Sum of RGB (Red+Green+Blue) = 239+215+108=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD76C is #102893. Grayscale: #D2D2D2. Windows color (decimal): -1058964 or 7133167. OLE color: 7133167.

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

Color convert

RGB 239 215 108 -
CMYK 0 0.10 0.55 0.06
HSL 49.01º 0.8% 0.68% -
HSV(B) 49.01º 0.55% 0.94% -
XYZ 62.6 68.03 24.02 -
YUV 209.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 239 215 108 0 0.10 0.55 0.06 49.01 0.8 0.68
Hex EF D7 6C 0 A 37 6 31 50 44
Octal 357 327 154 0 12 67 6 61 120 104
Binary 11101111 11010111 1101100 0 1010 110111 110 110001 1010000 1000100

Color Harmonies of #EFD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD76C

Black with #EFD76C

Text Example


Text Example

White with #EFD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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