Html Css Color HEX #EFD564 Golden Sand

📋 copy color: '#EFD564'

red 239 ◦ green 213 ◦ blue 100

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

Shades of Golden Sand #EFD564

Tints of Golden Sand #EFD564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

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

R = 43.3%
G = 38.59%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD564 (or 0xEFD564) is known color: Golden Sand. HEX triplet: EF, D5 and 64. RGB value is (239,213,100). Sum of RGB (Red+Green+Blue) = 239+213+100=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD564 is #102A9B. Grayscale: #D0D0D0. Windows color (decimal): -1059484 or 6608367. OLE color: 6608367.

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

Color convert

RGB 239 213 100 -
CMYK 0 0.11 0.58 0.06
HSL 48.78º 0.81% 0.66% -
HSV(B) 48.78º 0.58% 0.94% -
XYZ 61.69 66.86 21.71 -
YUV 207.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 239 213 100 0 0.11 0.58 0.06 48.78 0.81 0.66
Hex EF D5 64 0 B 3A 6 31 51 42
Octal 357 325 144 0 13 72 6 61 121 102
Binary 11101111 11010101 1100100 0 1011 111010 110 110001 1010001 1000010

Color Harmonies of #EFD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD564

Black with #EFD564

Text Example


Text Example

White with #EFD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD564; }

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

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

background-color css

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

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

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

border-color css

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

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

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