Html Css Color HEX #EFC665 Golden Sand

📋 copy color: '#EFC665'

red 239 ◦ green 198 ◦ blue 101

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

Shades of Golden Sand #EFC665

Tints of Golden Sand #EFC665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.77%

R = 44.42%
G = 36.8%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC665 (or 0xEFC665) is known color: Golden Sand. HEX triplet: EF, C6 and 65. RGB value is (239,198,101). Sum of RGB (Red+Green+Blue) = 239+198+101=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC665 is #10399A. Grayscale: #C7C7C7. Windows color (decimal): -1063323 or 6670063. OLE color: 6670063.

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

Color convert

RGB 239 198 101 -
CMYK 0 0.17 0.58 0.06
HSL 42.17º 0.81% 0.67% -
HSV(B) 42.17º 0.58% 0.94% -
XYZ 58.14 59.68 20.77 -
YUV 199.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 239 198 101 0 0.17 0.58 0.06 42.17 0.81 0.67
Hex EF C6 65 0 11 3A 6 2A 51 43
Octal 357 306 145 0 21 72 6 52 121 103
Binary 11101111 11000110 1100101 0 10001 111010 110 101010 1010001 1000011

Color Harmonies of #EFC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC665

Black with #EFC665

Text Example


Text Example

White with #EFC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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