Html Css Color HEX #EFD173 Golden Sand

📋 copy color: '#EFD173'

red 239 ◦ green 209 ◦ blue 115

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

Shades of Golden Sand #EFD173

Tints of Golden Sand #EFD173

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.12%

 BLUE value IS 115 (45.31% from 255) = 20.43%

R = 42.45%
G = 37.12%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD173 (or 0xEFD173) is known color: Golden Sand. HEX triplet: EF, D1 and 73. RGB value is (239,209,115). Sum of RGB (Red+Green+Blue) = 239+209+115=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD173 is #102E8C. Grayscale: #CFCFCF. Windows color (decimal): -1060493 or 7590383. OLE color: 7590383.

HSL color Cylindrical-coordinate representation of color #EFD173: hue angle of 45.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFD173 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 115 -
CMYK 0 0.13 0.52 0.06
HSL 45.48º 0.79% 0.69% -
HSV(B) 45.48º 0.52% 0.94% -
XYZ 61.49 65.19 25.56 -
YUV 207.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 239 209 115 0 0.13 0.52 0.06 45.48 0.79 0.69
Hex EF D1 73 0 D 34 6 2D 4F 45
Octal 357 321 163 0 15 64 6 55 117 105
Binary 11101111 11010001 1110011 0 1101 110100 110 101101 1001111 1000101

Color Harmonies of #EFD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD173

Black with #EFD173

Text Example


Text Example

White with #EFD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD173; }

 p { color: rgb(239,209,115); }

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

background-color css

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

 a { background-color: rgb(239,209,115); }

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

border-color css

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

 span { border-color: rgb(239,209,115); }

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