Html Css Color HEX #EFD56C Golden Sand

📋 copy color: '#EFD56C'

red 239 ◦ green 213 ◦ blue 108

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

Shades of Golden Sand #EFD56C

Tints of Golden Sand #EFD56C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.04%

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

R = 42.68%
G = 38.04%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD56C (or 0xEFD56C) is known color: Golden Sand. HEX triplet: EF, D5 and 6C. RGB value is (239,213,108). Sum of RGB (Red+Green+Blue) = 239+213+108=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD56C is #102A93. Grayscale: #D1D1D1. Windows color (decimal): -1059476 or 7132655. OLE color: 7132655.

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

Color convert

RGB 239 213 108 -
CMYK 0 0.11 0.55 0.06
HSL 48.09º 0.8% 0.68% -
HSV(B) 48.09º 0.55% 0.94% -
XYZ 62.1 67.02 23.85 -
YUV 208.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 239 213 108 0 0.11 0.55 0.06 48.09 0.8 0.68
Hex EF D5 6C 0 B 37 6 30 50 44
Octal 357 325 154 0 13 67 6 60 120 104
Binary 11101111 11010101 1101100 0 1011 110111 110 110000 1010000 1000100

Color Harmonies of #EFD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD56C

Black with #EFD56C

Text Example


Text Example

White with #EFD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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