Html Css Color HEX #EFC663 Golden Sand

📋 copy color: '#EFC663'

red 239 ◦ green 198 ◦ blue 99

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

Shades of Golden Sand #EFC663

Tints of Golden Sand #EFC663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.94%

 BLUE value IS 99 (39.06% from 255) = 18.47%

R = 44.59%
G = 36.94%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFC663 (or 0xEFC663) is known color: Golden Sand. HEX triplet: EF, C6 and 63. RGB value is (239,198,99). Sum of RGB (Red+Green+Blue) = 239+198+99=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC663 is #10399C. Grayscale: #C7C7C7. Windows color (decimal): -1063325 or 6538991. OLE color: 6538991.

HSL color Cylindrical-coordinate representation of color #EFC663: hue angle of 42.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFC663 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 99 -
CMYK 0 0.17 0.59 0.06
HSL 42.43º 0.81% 0.66% -
HSV(B) 42.43º 0.59% 0.94% -
XYZ 58.04 59.64 20.26 -
YUV 198.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 239 198 99 0 0.17 0.59 0.06 42.43 0.81 0.66
Hex EF C6 63 0 11 3B 6 2A 51 42
Octal 357 306 143 0 21 73 6 52 121 102
Binary 11101111 11000110 1100011 0 10001 111011 110 101010 1010001 1000010

Color Harmonies of #EFC663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC663

Black with #EFC663

Text Example


Text Example

White with #EFC663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC663; }

 p { color: rgb(239,198,99); }

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

background-color css

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

 a { background-color: rgb(239,198,99); }

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

border-color css

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

 span { border-color: rgb(239,198,99); }

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