#EFCB69

Color #EFCB69 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EFCB69

Tints of Golden Sand #EFCB69

Color information

#EFCB69 (or 0xEFCB69) is unknown color: approx Golden Sand. HEX triplet: EF, CB and 69. RGB value is (239,203,105). Sum of RGB (Red+Green+Blue) = 239+203+105=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB69 is #103496. Grayscale: #CBCBCB. Windows color (decimal): -1062039 or 6933487. OLE color: 6933487.

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

Color convert

RGB239203105-
CMYK00.150.560.06
HSL43.88º80.72%67.45%-
HSV(B)43.88º56.07%93.73%-
XYZ59.562.0822.21-
YUV202.5972.93153.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=43.69%
G=37.11%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920310500.150.560.0643.8880.7267.45
HexEFCB690F3862c5143
Octal35731315101770654121103
Binary111011111100101111010010111111100011010110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCB69; }

 p { color: rgb(239,203,105); }

 H1.HeaderClassName
 {
   color: #EFCB69;
 }
 .AnyTagClassName
 {
   color: #EFCB69;
 }
</style>
background-color css

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

 a { background-color: rgb(239,203,105); }

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

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

 span { border-color: rgb(239,203,105); }

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