Html Css Color HEX #EFCE6E Golden Sand

📋 copy color: '#EFCE6E'

red 239 ◦ green 206 ◦ blue 110

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

Shades of Golden Sand #EFCE6E

Tints of Golden Sand #EFCE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 43.06%
G = 37.12%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFCE6E (or 0xEFCE6E) is known color: Golden Sand. HEX triplet: EF, CE and 6E. RGB value is (239,206,110). Sum of RGB (Red+Green+Blue) = 239+206+110=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE6E is #103191. Grayscale: #CDCDCD. Windows color (decimal): -1061266 or 7261935. OLE color: 7261935.

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

Color convert

RGB 239 206 110 -
CMYK 0 0.14 0.54 0.06
HSL 44.65º 0.8% 0.68% -
HSV(B) 44.65º 0.54% 0.94% -
XYZ 60.48 63.62 23.84 -
YUV 204.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 239 206 110 0 0.14 0.54 0.06 44.65 0.8 0.68
Hex EF CE 6E 0 E 36 6 2D 50 44
Octal 357 316 156 0 16 66 6 55 120 104
Binary 11101111 11001110 1101110 0 1110 110110 110 101101 1010000 1000100

Color Harmonies of #EFCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE6E

Black with #EFCE6E

Text Example


Text Example

White with #EFCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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