Html Css Color HEX #EFCE73 Golden Sand

📋 copy color: '#EFCE73'

red 239 ◦ green 206 ◦ blue 115

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

Shades of Golden Sand #EFCE73

Tints of Golden Sand #EFCE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.54%

R = 42.68%
G = 36.79%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCE73 (or 0xEFCE73) is known color: Golden Sand. HEX triplet: EF, CE and 73. RGB value is (239,206,115). Sum of RGB (Red+Green+Blue) = 239+206+115=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE73 is #10318C. Grayscale: #CDCDCD. Windows color (decimal): -1061261 or 7589615. OLE color: 7589615.

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

Color convert

RGB 239 206 115 -
CMYK 0 0.14 0.52 0.06
HSL 44.03º 0.79% 0.69% -
HSV(B) 44.03º 0.52% 0.94% -
XYZ 60.76 63.73 25.32 -
YUV 205.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 239 206 115 0 0.14 0.52 0.06 44.03 0.79 0.69
Hex EF CE 73 0 E 34 6 2C 4F 45
Octal 357 316 163 0 16 64 6 54 117 105
Binary 11101111 11001110 1110011 0 1110 110100 110 101100 1001111 1000101

Color Harmonies of #EFCE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE73

Black with #EFCE73

Text Example


Text Example

White with #EFCE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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