Html Css Color HEX #EFC768 Golden Sand

📋 copy color: '#EFC768'

red 239 ◦ green 199 ◦ blue 104

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

Shades of Golden Sand #EFC768

Tints of Golden Sand #EFC768

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.72%

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

R = 44.1%
G = 36.72%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC768 (or 0xEFC768) is known color: Golden Sand. HEX triplet: EF, C7 and 68. RGB value is (239,199,104). Sum of RGB (Red+Green+Blue) = 239+199+104=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC768 is #103897. Grayscale: #C8C8C8. Windows color (decimal): -1063064 or 6866927. OLE color: 6866927.

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

Color convert

RGB 239 199 104 -
CMYK 0 0.17 0.56 0.06
HSL 42.22º 0.81% 0.67% -
HSV(B) 42.22º 0.56% 0.94% -
XYZ 58.52 60.2 21.63 -
YUV 200.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 239 199 104 0 0.17 0.56 0.06 42.22 0.81 0.67
Hex EF C7 68 0 11 38 6 2A 51 43
Octal 357 307 150 0 21 70 6 52 121 103
Binary 11101111 11000111 1101000 0 10001 111000 110 101010 1010001 1000011

Color Harmonies of #EFC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC768

Black with #EFC768

Text Example


Text Example

White with #EFC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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