Html Css Color HEX #EFC865 Golden Sand

📋 copy color: '#EFC865'

red 239 ◦ green 200 ◦ blue 101

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

Shades of Golden Sand #EFC865

Tints of Golden Sand #EFC865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

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

R = 44.26%
G = 37.04%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFC865 (or 0xEFC865) is known color: Golden Sand. HEX triplet: EF, C8 and 65. RGB value is (239,200,101). Sum of RGB (Red+Green+Blue) = 239+200+101=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC865 is #10379A. Grayscale: #C8C8C8. Windows color (decimal): -1062811 or 6670575. OLE color: 6670575.

HSL color Cylindrical-coordinate representation of color #EFC865: hue angle of 43.04º 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 #EFC865 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 101 -
CMYK 0 0.16 0.58 0.06
HSL 43.04º 0.81% 0.67% -
HSV(B) 43.04º 0.58% 0.94% -
XYZ 58.6 60.6 20.92 -
YUV 200.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 239 200 101 0 0.16 0.58 0.06 43.04 0.81 0.67
Hex EF C8 65 0 10 3A 6 2B 51 43
Octal 357 310 145 0 20 72 6 53 121 103
Binary 11101111 11001000 1100101 0 10000 111010 110 101011 1010001 1000011

Color Harmonies of #EFC865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC865

Black with #EFC865

Text Example


Text Example

White with #EFC865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC865; }

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

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

background-color css

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

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

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

border-color css

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

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

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