Html Css Color HEX #EFD36D Golden Sand

📋 copy color: '#EFD36D'

red 239 ◦ green 211 ◦ blue 109

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

Shades of Golden Sand #EFD36D

Tints of Golden Sand #EFD36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.5%

R = 42.75%
G = 37.75%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD36D (or 0xEFD36D) is known color: Golden Sand. HEX triplet: EF, D3 and 6D. RGB value is (239,211,109). Sum of RGB (Red+Green+Blue) = 239+211+109=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD36D is #102C92. Grayscale: #D0D0D0. Windows color (decimal): -1059987 or 7197679. OLE color: 7197679.

HSL color Cylindrical-coordinate representation of color #EFD36D: hue angle of 47.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFD36D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 109 -
CMYK 0 0.12 0.54 0.06
HSL 47.08º 0.8% 0.68% -
HSV(B) 47.08º 0.54% 0.94% -
XYZ 61.65 66.04 23.97 -
YUV 207.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 239 211 109 0 0.12 0.54 0.06 47.08 0.8 0.68
Hex EF D3 6D 0 C 36 6 2F 50 44
Octal 357 323 155 0 14 66 6 57 120 104
Binary 11101111 11010011 1101101 0 1100 110110 110 101111 1010000 1000100

Color Harmonies of #EFD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD36D

Black with #EFD36D

Text Example


Text Example

White with #EFD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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