Html Css Color HEX #EFCE76 Golden Sand

📋 copy color: '#EFCE76'

red 239 ◦ green 206 ◦ blue 118

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

Shades of Golden Sand #EFCE76

Tints of Golden Sand #EFCE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.59%

 BLUE value IS 118 (46.48% from 255) = 20.96%

R = 42.45%
G = 36.59%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFCE76 (or 0xEFCE76) is known color: Golden Sand. HEX triplet: EF, CE and 76. RGB value is (239,206,118). Sum of RGB (Red+Green+Blue) = 239+206+118=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE76 is #103189. Grayscale: #CECECE. Windows color (decimal): -1061258 or 7786223. OLE color: 7786223.

HSL color Cylindrical-coordinate representation of color #EFCE76: hue angle of 43.64º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFCE76 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 118 -
CMYK 0 0.14 0.51 0.06
HSL 43.64º 0.79% 0.7% -
HSV(B) 43.64º 0.51% 0.94% -
XYZ 60.94 63.8 26.24 -
YUV 205.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 239 206 118 0 0.14 0.51 0.06 43.64 0.79 0.7
Hex EF CE 76 0 E 33 6 2C 4F 46
Octal 357 316 166 0 16 63 6 54 117 106
Binary 11101111 11001110 1110110 0 1110 110011 110 101100 1001111 1000110

Color Harmonies of #EFCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE76

Black with #EFCE76

Text Example


Text Example

White with #EFCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE76; }

 p { color: rgb(239,206,118); }

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

background-color css

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

 a { background-color: rgb(239,206,118); }

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

border-color css

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

 span { border-color: rgb(239,206,118); }

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