Html Css Color HEX #EFC970 Golden Sand

📋 copy color: '#EFC970'

red 239 ◦ green 201 ◦ blue 112

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

Shades of Golden Sand #EFC970

Tints of Golden Sand #EFC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

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

R = 43.3%
G = 36.41%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFC970 (or 0xEFC970) is known color: Golden Sand. HEX triplet: EF, C9 and 70. RGB value is (239,201,112). Sum of RGB (Red+Green+Blue) = 239+201+112=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC970 is #10368F. Grayscale: #CACACA. Windows color (decimal): -1062544 or 7391727. OLE color: 7391727.

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

Color convert

RGB 239 201 112 -
CMYK 0 0.16 0.53 0.06
HSL 42.05º 0.8% 0.69% -
HSV(B) 42.05º 0.53% 0.94% -
XYZ 59.41 61.29 24.03 -
YUV 202.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 239 201 112 0 0.16 0.53 0.06 42.05 0.8 0.69
Hex EF C9 70 0 10 35 6 2A 50 45
Octal 357 311 160 0 20 65 6 52 120 105
Binary 11101111 11001001 1110000 0 10000 110101 110 101010 1010000 1000101

Color Harmonies of #EFC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC970

Black with #EFC970

Text Example


Text Example

White with #EFC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC970; }

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

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

background-color css

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

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

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

border-color css

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

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

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