Html Css Color HEX #EFC968 Golden Sand

📋 copy color: '#EFC968'

red 239 ◦ green 201 ◦ blue 104

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

Shades of Golden Sand #EFC968

Tints of Golden Sand #EFC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

 BLUE value IS 104 (41.02% from 255) = 19.12%

R = 43.93%
G = 36.95%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC968 (or 0xEFC968) is known color: Golden Sand. HEX triplet: EF, C9 and 68. RGB value is (239,201,104). Sum of RGB (Red+Green+Blue) = 239+201+104=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC968 is #103697. Grayscale: #C9C9C9. Windows color (decimal): -1062552 or 6867439. OLE color: 6867439.

HSL color Cylindrical-coordinate representation of color #EFC968: hue angle of 43.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC968 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 104 -
CMYK 0 0.16 0.56 0.06
HSL 43.11º 0.81% 0.67% -
HSV(B) 43.11º 0.56% 0.94% -
XYZ 58.98 61.12 21.79 -
YUV 201.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 239 201 104 0 0.16 0.56 0.06 43.11 0.81 0.67
Hex EF C9 68 0 10 38 6 2B 51 43
Octal 357 311 150 0 20 70 6 53 121 103
Binary 11101111 11001001 1101000 0 10000 111000 110 101011 1010001 1000011

Color Harmonies of #EFC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC968

Black with #EFC968

Text Example


Text Example

White with #EFC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC968; }

 p { color: rgb(239,201,104); }

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

background-color css

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

 a { background-color: rgb(239,201,104); }

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

border-color css

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

 span { border-color: rgb(239,201,104); }

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