Html Css Color HEX #EFD96E Golden Sand

📋 copy color: '#EFD96E'

red 239 ◦ green 217 ◦ blue 110

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

Shades of Golden Sand #EFD96E

Tints of Golden Sand #EFD96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.43%

R = 42.23%
G = 38.34%
B = 19.43%

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

#EFD96E (or 0xEFD96E) is known color: Golden Sand. HEX triplet: EF, D9 and 6E. RGB value is (239,217,110). Sum of RGB (Red+Green+Blue) = 239+217+110=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD96E is #102691. Grayscale: #D3D3D3. Windows color (decimal): -1058450 or 7264751. OLE color: 7264751.

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

Color convert

RGB 239 217 110 -
CMYK 0 0.09 0.54 0.06
HSL 49.77º 0.8% 0.68% -
HSV(B) 49.77º 0.54% 0.94% -
XYZ 63.22 69.1 24.76 -
YUV 211.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 239 217 110 0 0.09 0.54 0.06 49.77 0.8 0.68
Hex EF D9 6E 0 9 36 6 32 50 44
Octal 357 331 156 0 11 66 6 62 120 104
Binary 11101111 11011001 1101110 0 1001 110110 110 110010 1010000 1000100

Color Harmonies of #EFD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD96E

Black with #EFD96E

Text Example


Text Example

White with #EFD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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