Html Css Color HEX #EFD374 Golden Sand

📋 copy color: '#EFD374'

red 239 ◦ green 211 ◦ blue 116

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

Shades of Golden Sand #EFD374

Tints of Golden Sand #EFD374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 42.23%
G = 37.28%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFD374 (or 0xEFD374) is known color: Golden Sand. HEX triplet: EF, D3 and 74. RGB value is (239,211,116). Sum of RGB (Red+Green+Blue) = 239+211+116=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD374 is #102C8B. Grayscale: #D0D0D0. Windows color (decimal): -1059980 or 7656431. OLE color: 7656431.

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

Color convert

RGB 239 211 116 -
CMYK 0 0.12 0.51 0.06
HSL 46.34º 0.79% 0.7% -
HSV(B) 46.34º 0.51% 0.94% -
XYZ 62.04 66.2 26.03 -
YUV 208.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 239 211 116 0 0.12 0.51 0.06 46.34 0.79 0.7
Hex EF D3 74 0 C 33 6 2E 4F 46
Octal 357 323 164 0 14 63 6 56 117 106
Binary 11101111 11010011 1110100 0 1100 110011 110 101110 1001111 1000110

Color Harmonies of #EFD374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD374

Black with #EFD374

Text Example


Text Example

White with #EFD374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD374; }

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

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

background-color css

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

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

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

border-color css

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

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

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