Html Css Color HEX #EFD364 Golden Sand

📋 copy color: '#EFD364'

red 239 ◦ green 211 ◦ blue 100

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

Shades of Golden Sand #EFD364

Tints of Golden Sand #EFD364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.36%

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

R = 43.45%
G = 38.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFD364 (or 0xEFD364) is known color: Golden Sand. HEX triplet: EF, D3 and 64. RGB value is (239,211,100). Sum of RGB (Red+Green+Blue) = 239+211+100=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD364 is #102C9B. Grayscale: #CFCFCF. Windows color (decimal): -1059996 or 6607855. OLE color: 6607855.

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

Color convert

RGB 239 211 100 -
CMYK 0 0.12 0.58 0.06
HSL 47.91º 0.81% 0.66% -
HSV(B) 47.91º 0.58% 0.94% -
XYZ 61.19 65.86 21.54 -
YUV 206.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 239 211 100 0 0.12 0.58 0.06 47.91 0.81 0.66
Hex EF D3 64 0 C 3A 6 30 51 42
Octal 357 323 144 0 14 72 6 60 121 102
Binary 11101111 11010011 1100100 0 1100 111010 110 110000 1010001 1000010

Color Harmonies of #EFD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD364

Black with #EFD364

Text Example


Text Example

White with #EFD364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD364; }

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

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

background-color css

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

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

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

border-color css

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

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

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