Html Css Color HEX #EFC568 Golden Sand

📋 copy color: '#EFC568'

red 239 ◦ green 197 ◦ blue 104

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

Shades of Golden Sand #EFC568

Tints of Golden Sand #EFC568

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.48%

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

R = 44.26%
G = 36.48%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC568 (or 0xEFC568) is known color: Golden Sand. HEX triplet: EF, C5 and 68. RGB value is (239,197,104). Sum of RGB (Red+Green+Blue) = 239+197+104=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC568 is #103A97. Grayscale: #C7C7C7. Windows color (decimal): -1063576 or 6866415. OLE color: 6866415.

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

Color convert

RGB 239 197 104 -
CMYK 0 0.18 0.56 0.06
HSL 41.33º 0.81% 0.67% -
HSV(B) 41.33º 0.56% 0.94% -
XYZ 58.06 59.28 21.48 -
YUV 198.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 239 197 104 0 0.18 0.56 0.06 41.33 0.81 0.67
Hex EF C5 68 0 12 38 6 29 51 43
Octal 357 305 150 0 22 70 6 51 121 103
Binary 11101111 11000101 1101000 0 10010 111000 110 101001 1010001 1000011

Color Harmonies of #EFC568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC568

Black with #EFC568

Text Example


Text Example

White with #EFC568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC568; }

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

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

background-color css

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

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

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

border-color css

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

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

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