Html Css Color HEX #EFC569 Golden Sand

📋 copy color: '#EFC569'

red 239 ◦ green 197 ◦ blue 105

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

Shades of Golden Sand #EFC569

Tints of Golden Sand #EFC569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.41%

R = 44.18%
G = 36.41%
B = 19.41%

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

#EFC569 (or 0xEFC569) is known color: Golden Sand. HEX triplet: EF, C5 and 69. RGB value is (239,197,105). Sum of RGB (Red+Green+Blue) = 239+197+105=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC569 is #103A96. Grayscale: #C7C7C7. Windows color (decimal): -1063575 or 6931951. OLE color: 6931951.

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

Color convert

RGB 239 197 105 -
CMYK 0 0.18 0.56 0.06
HSL 41.19º 0.81% 0.67% -
HSV(B) 41.19º 0.56% 0.94% -
XYZ 58.11 59.3 21.75 -
YUV 199.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 239 197 105 0 0.18 0.56 0.06 41.19 0.81 0.67
Hex EF C5 69 0 12 38 6 29 51 43
Octal 357 305 151 0 22 70 6 51 121 103
Binary 11101111 11000101 1101001 0 10010 111000 110 101001 1010001 1000011

Color Harmonies of #EFC569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC569

Black with #EFC569

Text Example


Text Example

White with #EFC569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC569; }

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

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

background-color css

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

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

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

border-color css

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

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

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