Html Css Color HEX #EFC570 Golden Sand

📋 copy color: '#EFC570'

red 239 ◦ green 197 ◦ blue 112

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

Shades of Golden Sand #EFC570

Tints of Golden Sand #EFC570

RGB

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

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

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

R = 43.61%
G = 35.95%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFC570 (or 0xEFC570) is known color: Golden Sand. HEX triplet: EF, C5 and 70. RGB value is (239,197,112). Sum of RGB (Red+Green+Blue) = 239+197+112=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC570 is #103A8F. Grayscale: #C8C8C8. Windows color (decimal): -1063568 or 7390703. OLE color: 7390703.

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

Color convert

RGB 239 197 112 -
CMYK 0 0.18 0.53 0.06
HSL 40.16º 0.8% 0.69% -
HSV(B) 40.16º 0.53% 0.94% -
XYZ 58.49 59.45 23.72 -
YUV 199.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 239 197 112 0 0.18 0.53 0.06 40.16 0.8 0.69
Hex EF C5 70 0 12 35 6 28 50 45
Octal 357 305 160 0 22 65 6 50 120 105
Binary 11101111 11000101 1110000 0 10010 110101 110 101000 1010000 1000101

Color Harmonies of #EFC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC570

Black with #EFC570

Text Example


Text Example

White with #EFC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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