Html Css Color HEX #EFD96F Golden Sand

📋 copy color: '#EFD96F'

red 239 ◦ green 217 ◦ blue 111

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

Shades of Golden Sand #EFD96F

Tints of Golden Sand #EFD96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.58%

R = 42.15%
G = 38.27%
B = 19.58%

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

#EFD96F (or 0xEFD96F) is known color: Golden Sand. HEX triplet: EF, D9 and 6F. RGB value is (239,217,111). Sum of RGB (Red+Green+Blue) = 239+217+111=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 111 (43.75% from 255 or 19.58% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD96F is #102690. Grayscale: #D3D3D3. Windows color (decimal): -1058449 or 7330287. OLE color: 7330287.

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

Color convert

RGB 239 217 111 -
CMYK 0 0.09 0.54 0.06
HSL 49.69º 0.8% 0.69% -
HSV(B) 49.69º 0.54% 0.94% -
XYZ 63.28 69.12 25.05 -
YUV 211.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 239 217 111 0 0.09 0.54 0.06 49.69 0.8 0.69
Hex EF D9 6F 0 9 36 6 32 50 45
Octal 357 331 157 0 11 66 6 62 120 105
Binary 11101111 11011001 1101111 0 1001 110110 110 110010 1010000 1000101

Color Harmonies of #EFD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD96F

Black with #EFD96F

Text Example


Text Example

White with #EFD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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