Html Css Color HEX #EFD764 Golden Sand

📋 copy color: '#EFD764'

red 239 ◦ green 215 ◦ blue 100

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

Shades of Golden Sand #EFD764

Tints of Golden Sand #EFD764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.05%

R = 43.14%
G = 38.81%
B = 18.05%

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

#EFD764 (or 0xEFD764) is known color: Golden Sand. HEX triplet: EF, D7 and 64. RGB value is (239,215,100). Sum of RGB (Red+Green+Blue) = 239+215+100=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD764 is #10289B. Grayscale: #D1D1D1. Windows color (decimal): -1058972 or 6608879. OLE color: 6608879.

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

Color convert

RGB 239 215 100 -
CMYK 0 0.10 0.58 0.06
HSL 49.64º 0.81% 0.66% -
HSV(B) 49.64º 0.58% 0.94% -
XYZ 62.2 67.87 21.88 -
YUV 209.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 239 215 100 0 0.10 0.58 0.06 49.64 0.81 0.66
Hex EF D7 64 0 A 3A 6 32 51 42
Octal 357 327 144 0 12 72 6 62 121 102
Binary 11101111 11010111 1100100 0 1010 111010 110 110010 1010001 1000010

Color Harmonies of #EFD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD764

Black with #EFD764

Text Example


Text Example

White with #EFD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD764; }

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

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

background-color css

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

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

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

border-color css

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

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

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