Html Css Color HEX #EFCE6F Golden Sand

📋 copy color: '#EFCE6F'

red 239 ◦ green 206 ◦ blue 111

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

Shades of Golden Sand #EFCE6F

Tints of Golden Sand #EFCE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.96%

R = 42.99%
G = 37.05%
B = 19.96%

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

#EFCE6F (or 0xEFCE6F) is known color: Golden Sand. HEX triplet: EF, CE and 6F. RGB value is (239,206,111). Sum of RGB (Red+Green+Blue) = 239+206+111=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE6F is #103190. Grayscale: #CDCDCD. Windows color (decimal): -1061265 or 7327471. OLE color: 7327471.

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

Color convert

RGB 239 206 111 -
CMYK 0 0.14 0.54 0.06
HSL 44.53º 0.8% 0.69% -
HSV(B) 44.53º 0.54% 0.94% -
XYZ 60.54 63.64 24.13 -
YUV 205.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 239 206 111 0 0.14 0.54 0.06 44.53 0.8 0.69
Hex EF CE 6F 0 E 36 6 2D 50 45
Octal 357 316 157 0 16 66 6 55 120 105
Binary 11101111 11001110 1101111 0 1110 110110 110 101101 1010000 1000101

Color Harmonies of #EFCE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE6F

Black with #EFCE6F

Text Example


Text Example

White with #EFCE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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