Html Css Color HEX #EFD96D Golden Sand

📋 copy color: '#EFD96D'

red 239 ◦ green 217 ◦ blue 109

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

Shades of Golden Sand #EFD96D

Tints of Golden Sand #EFD96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.41%

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

R = 42.3%
G = 38.41%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD96D (or 0xEFD96D) is known color: Golden Sand. HEX triplet: EF, D9 and 6D. RGB value is (239,217,109). Sum of RGB (Red+Green+Blue) = 239+217+109=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD96D is #102692. Grayscale: #D3D3D3. Windows color (decimal): -1058451 or 7199215. OLE color: 7199215.

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

Color convert

RGB 239 217 109 -
CMYK 0 0.09 0.54 0.06
HSL 49.85º 0.8% 0.68% -
HSV(B) 49.85º 0.54% 0.94% -
XYZ 63.17 69.08 24.47 -
YUV 211.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 239 217 109 0 0.09 0.54 0.06 49.85 0.8 0.68
Hex EF D9 6D 0 9 36 6 32 50 44
Octal 357 331 155 0 11 66 6 62 120 104
Binary 11101111 11011001 1101101 0 1001 110110 110 110010 1010000 1000100

Color Harmonies of #EFD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD96D

Black with #EFD96D

Text Example


Text Example

White with #EFD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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