Html Css Color HEX #EFC56A Golden Sand

📋 copy color: '#EFC56A'

red 239 ◦ green 197 ◦ blue 106

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

Shades of Golden Sand #EFC56A

Tints of Golden Sand #EFC56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 44.1%
G = 36.35%
B = 19.56%

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

#EFC56A (or 0xEFC56A) is known color: Golden Sand. HEX triplet: EF, C5 and 6A. RGB value is (239,197,106). Sum of RGB (Red+Green+Blue) = 239+197+106=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC56A is #103A95. Grayscale: #C7C7C7. Windows color (decimal): -1063574 or 6997487. OLE color: 6997487.

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

Color convert

RGB 239 197 106 -
CMYK 0 0.18 0.56 0.06
HSL 41.05º 0.81% 0.68% -
HSV(B) 41.05º 0.56% 0.94% -
XYZ 58.16 59.32 22.02 -
YUV 199.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 239 197 106 0 0.18 0.56 0.06 41.05 0.81 0.68
Hex EF C5 6A 0 12 38 6 29 51 44
Octal 357 305 152 0 22 70 6 51 121 104
Binary 11101111 11000101 1101010 0 10010 111000 110 101001 1010001 1000100

Color Harmonies of #EFC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC56A

Black with #EFC56A

Text Example


Text Example

White with #EFC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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