Html Css Color HEX #EFC566 Golden Sand

📋 copy color: '#EFC566'

red 239 ◦ green 197 ◦ blue 102

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

Shades of Golden Sand #EFC566

Tints of Golden Sand #EFC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 102 (40.23% from 255) = 18.96%

R = 44.42%
G = 36.62%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFC566 (or 0xEFC566) is known color: Golden Sand. HEX triplet: EF, C5 and 66. RGB value is (239,197,102). Sum of RGB (Red+Green+Blue) = 239+197+102=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC566 is #103A99. Grayscale: #C7C7C7. Windows color (decimal): -1063578 or 6735343. OLE color: 6735343.

HSL color Cylindrical-coordinate representation of color #EFC566: hue angle of 41.61º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFC566 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 102 -
CMYK 0 0.18 0.57 0.06
HSL 41.61º 0.81% 0.67% -
HSV(B) 41.61º 0.57% 0.94% -
XYZ 57.96 59.24 20.95 -
YUV 198.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 239 197 102 0 0.18 0.57 0.06 41.61 0.81 0.67
Hex EF C5 66 0 12 39 6 2A 51 43
Octal 357 305 146 0 22 71 6 52 121 103
Binary 11101111 11000101 1100110 0 10010 111001 110 101010 1010001 1000011

Color Harmonies of #EFC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC566

Black with #EFC566

Text Example


Text Example

White with #EFC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC566; }

 p { color: rgb(239,197,102); }

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

background-color css

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

 a { background-color: rgb(239,197,102); }

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

border-color css

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

 span { border-color: rgb(239,197,102); }

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