Html Css Color HEX #EFC765 Golden Sand

📋 copy color: '#EFC765'

red 239 ◦ green 199 ◦ blue 101

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

Shades of Golden Sand #EFC765

Tints of Golden Sand #EFC765

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.92%

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

R = 44.34%
G = 36.92%
B = 18.74%

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

#EFC765 (or 0xEFC765) is known color: Golden Sand. HEX triplet: EF, C7 and 65. RGB value is (239,199,101). Sum of RGB (Red+Green+Blue) = 239+199+101=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC765 is #10389A. Grayscale: #C8C8C8. Windows color (decimal): -1063067 or 6670319. OLE color: 6670319.

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

Color convert

RGB 239 199 101 -
CMYK 0 0.17 0.58 0.06
HSL 42.61º 0.81% 0.67% -
HSV(B) 42.61º 0.58% 0.94% -
XYZ 58.37 60.14 20.84 -
YUV 199.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 239 199 101 0 0.17 0.58 0.06 42.61 0.81 0.67
Hex EF C7 65 0 11 3A 6 2B 51 43
Octal 357 307 145 0 21 72 6 53 121 103
Binary 11101111 11000111 1100101 0 10001 111010 110 101011 1010001 1000011

Color Harmonies of #EFC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC765

Black with #EFC765

Text Example


Text Example

White with #EFC765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC765; }

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

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

background-color css

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

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

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

border-color css

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

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

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