Html Css Color HEX #EFD86C Golden Sand

📋 copy color: '#EFD86C'

red 239 ◦ green 216 ◦ blue 108

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

Shades of Golden Sand #EFD86C

Tints of Golden Sand #EFD86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.37%

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

R = 42.45%
G = 38.37%
B = 19.18%

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

#EFD86C (or 0xEFD86C) is known color: Golden Sand. HEX triplet: EF, D8 and 6C. RGB value is (239,216,108). Sum of RGB (Red+Green+Blue) = 239+216+108=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD86C is #102793. Grayscale: #D3D3D3. Windows color (decimal): -1058708 or 7133423. OLE color: 7133423.

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

Color convert

RGB 239 216 108 -
CMYK 0 0.10 0.55 0.06
HSL 49.47º 0.8% 0.68% -
HSV(B) 49.47º 0.55% 0.94% -
XYZ 62.86 68.55 24.1 -
YUV 210.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 239 216 108 0 0.10 0.55 0.06 49.47 0.8 0.68
Hex EF D8 6C 0 A 37 6 31 50 44
Octal 357 330 154 0 12 67 6 61 120 104
Binary 11101111 11011000 1101100 0 1010 110111 110 110001 1010000 1000100

Color Harmonies of #EFD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD86C

Black with #EFD86C

Text Example


Text Example

White with #EFD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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