Html Css Color HEX #EFD96C Golden Sand

📋 copy color: '#EFD96C'

red 239 ◦ green 217 ◦ blue 108

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

Shades of Golden Sand #EFD96C

Tints of Golden Sand #EFD96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 42.38%
G = 38.48%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFD96C (or 0xEFD96C) is known color: Golden Sand. HEX triplet: EF, D9 and 6C. RGB value is (239,217,108). Sum of RGB (Red+Green+Blue) = 239+217+108=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD96C is #102693. Grayscale: #D3D3D3. Windows color (decimal): -1058452 or 7133679. OLE color: 7133679.

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

Color convert

RGB 239 217 108 -
CMYK 0 0.09 0.55 0.06
HSL 49.92º 0.8% 0.68% -
HSV(B) 49.92º 0.55% 0.94% -
XYZ 63.12 69.06 24.19 -
YUV 211.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 239 217 108 0 0.09 0.55 0.06 49.92 0.8 0.68
Hex EF D9 6C 0 9 37 6 32 50 44
Octal 357 331 154 0 11 67 6 62 120 104
Binary 11101111 11011001 1101100 0 1001 110111 110 110010 1010000 1000100

Color Harmonies of #EFD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD96C

Black with #EFD96C

Text Example


Text Example

White with #EFD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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