Html Css Color HEX #EFD765 Golden Sand

📋 copy color: '#EFD765'

red 239 ◦ green 215 ◦ blue 101

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

Shades of Golden Sand #EFD765

Tints of Golden Sand #EFD765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

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

R = 43.06%
G = 38.74%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD765 (or 0xEFD765) is known color: Golden Sand. HEX triplet: EF, D7 and 65. RGB value is (239,215,101). Sum of RGB (Red+Green+Blue) = 239+215+101=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD765 is #10289A. Grayscale: #D1D1D1. Windows color (decimal): -1058971 or 6674415. OLE color: 6674415.

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

Color convert

RGB 239 215 101 -
CMYK 0 0.10 0.58 0.06
HSL 49.57º 0.81% 0.67% -
HSV(B) 49.57º 0.58% 0.94% -
XYZ 62.25 67.89 22.14 -
YUV 209.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 239 215 101 0 0.10 0.58 0.06 49.57 0.81 0.67
Hex EF D7 65 0 A 3A 6 32 51 43
Octal 357 327 145 0 12 72 6 62 121 103
Binary 11101111 11010111 1100101 0 1010 111010 110 110010 1010001 1000011

Color Harmonies of #EFD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD765

Black with #EFD765

Text Example


Text Example

White with #EFD765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD765; }

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

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

background-color css

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

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

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

border-color css

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

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

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