Html Css Color HEX #EFCD6C Golden Sand

📋 copy color: '#EFCD6C'

red 239 ◦ green 205 ◦ blue 108

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

Shades of Golden Sand #EFCD6C

Tints of Golden Sand #EFCD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.14%

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

R = 43.3%
G = 37.14%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFCD6C (or 0xEFCD6C) is known color: Golden Sand. HEX triplet: EF, CD and 6C. RGB value is (239,205,108). Sum of RGB (Red+Green+Blue) = 239+205+108=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD6C is #103293. Grayscale: #CCCCCC. Windows color (decimal): -1061524 or 7130607. OLE color: 7130607.

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

Color convert

RGB 239 205 108 -
CMYK 0 0.14 0.55 0.06
HSL 44.43º 0.8% 0.68% -
HSV(B) 44.43º 0.55% 0.94% -
XYZ 60.13 63.1 23.2 -
YUV 204.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 239 205 108 0 0.14 0.55 0.06 44.43 0.8 0.68
Hex EF CD 6C 0 E 37 6 2C 50 44
Octal 357 315 154 0 16 67 6 54 120 104
Binary 11101111 11001101 1101100 0 1110 110111 110 101100 1010000 1000100

Color Harmonies of #EFCD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD6C

Black with #EFCD6C

Text Example


Text Example

White with #EFCD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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