Html Css Color HEX #EFC670 Golden Sand

📋 copy color: '#EFC670'

red 239 ◦ green 198 ◦ blue 112

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

Shades of Golden Sand #EFC670

Tints of Golden Sand #EFC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.07%

 BLUE value IS 112 (44.14% from 255) = 20.4%

R = 43.53%
G = 36.07%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFC670 (or 0xEFC670) is known color: Golden Sand. HEX triplet: EF, C6 and 70. RGB value is (239,198,112). Sum of RGB (Red+Green+Blue) = 239+198+112=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC670 is #10398F. Grayscale: #C8C8C8. Windows color (decimal): -1063312 or 7390959. OLE color: 7390959.

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

Color convert

RGB 239 198 112 -
CMYK 0 0.17 0.53 0.06
HSL 40.63º 0.8% 0.69% -
HSV(B) 40.63º 0.53% 0.94% -
XYZ 58.72 59.91 23.8 -
YUV 200.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 239 198 112 0 0.17 0.53 0.06 40.63 0.8 0.69
Hex EF C6 70 0 11 35 6 29 50 45
Octal 357 306 160 0 21 65 6 51 120 105
Binary 11101111 11000110 1110000 0 10001 110101 110 101001 1010000 1000101

Color Harmonies of #EFC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC670

Black with #EFC670

Text Example


Text Example

White with #EFC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC670; }

 p { color: rgb(239,198,112); }

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

background-color css

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

 a { background-color: rgb(239,198,112); }

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

border-color css

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

 span { border-color: rgb(239,198,112); }

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