Html Css Color HEX #EFCE5F Golden Sand

📋 copy color: '#EFCE5F'

red 239 ◦ green 206 ◦ blue 95

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

Shades of Golden Sand #EFCE5F

Tints of Golden Sand #EFCE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.59%

R = 44.26%
G = 38.15%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFCE5F (or 0xEFCE5F) is known color: Golden Sand. HEX triplet: EF, CE and 5F. RGB value is (239,206,95). Sum of RGB (Red+Green+Blue) = 239+206+95=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE5F is #1031A0. Grayscale: #CBCBCB. Windows color (decimal): -1061281 or 6278895. OLE color: 6278895.

HSL color Cylindrical-coordinate representation of color #EFCE5F: hue angle of 46.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFCE5F is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 95 -
CMYK 0 0.14 0.60 0.06
HSL 46.25º 0.82% 0.65% -
HSV(B) 46.25º 0.6% 0.94% -
XYZ 59.73 63.32 19.9 -
YUV 203.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 239 206 95 0 0.14 0.60 0.06 46.25 0.82 0.65
Hex EF CE 5F 0 E 3C 6 2E 52 41
Octal 357 316 137 0 16 74 6 56 122 101
Binary 11101111 11001110 1011111 0 1110 111100 110 101110 1010010 1000001

Color Harmonies of #EFCE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE5F

Black with #EFCE5F

Text Example


Text Example

White with #EFCE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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