Html Css Color HEX #EFD175 Golden Sand

📋 copy color: '#EFD175'

red 239 ◦ green 209 ◦ blue 117

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

Shades of Golden Sand #EFD175

Tints of Golden Sand #EFD175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 42.3%
G = 36.99%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD175 (or 0xEFD175) is known color: Golden Sand. HEX triplet: EF, D1 and 75. RGB value is (239,209,117). Sum of RGB (Red+Green+Blue) = 239+209+117=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD175 is #102E8A. Grayscale: #CFCFCF. Windows color (decimal): -1060491 or 7721455. OLE color: 7721455.

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

Color convert

RGB 239 209 117 -
CMYK 0 0.13 0.51 0.06
HSL 45.25º 0.79% 0.7% -
HSV(B) 45.25º 0.51% 0.94% -
XYZ 61.61 65.24 26.17 -
YUV 207.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 239 209 117 0 0.13 0.51 0.06 45.25 0.79 0.7
Hex EF D1 75 0 D 33 6 2D 4F 46
Octal 357 321 165 0 15 63 6 55 117 106
Binary 11101111 11010001 1110101 0 1101 110011 110 101101 1001111 1000110

Color Harmonies of #EFD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD175

Black with #EFD175

Text Example


Text Example

White with #EFD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD175; }

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

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

background-color css

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

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

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

border-color css

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

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

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