Html Css Color HEX #EFC46B Golden Sand

📋 copy color: '#EFC46B'

red 239 ◦ green 196 ◦ blue 107

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

Shades of Golden Sand #EFC46B

Tints of Golden Sand #EFC46B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.16%

 BLUE value IS 107 (42.19% from 255) = 19.74%

R = 44.1%
G = 36.16%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFC46B (or 0xEFC46B) is known color: Golden Sand. HEX triplet: EF, C4 and 6B. RGB value is (239,196,107). Sum of RGB (Red+Green+Blue) = 239+196+107=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC46B is #103B94. Grayscale: #C7C7C7. Windows color (decimal): -1063829 or 7062767. OLE color: 7062767.

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

Color convert

RGB 239 196 107 -
CMYK 0 0.18 0.55 0.06
HSL 40.45º 0.8% 0.68% -
HSV(B) 40.45º 0.55% 0.94% -
XYZ 57.99 58.89 22.22 -
YUV 198.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 239 196 107 0 0.18 0.55 0.06 40.45 0.8 0.68
Hex EF C4 6B 0 12 37 6 28 50 44
Octal 357 304 153 0 22 67 6 50 120 104
Binary 11101111 11000100 1101011 0 10010 110111 110 101000 1010000 1000100

Color Harmonies of #EFC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC46B

Black with #EFC46B

Text Example


Text Example

White with #EFC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC46B; }

 p { color: rgb(239,196,107); }

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

background-color css

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

 a { background-color: rgb(239,196,107); }

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

border-color css

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

 span { border-color: rgb(239,196,107); }

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