Html Css Color HEX #EFC972 Golden Sand

📋 copy color: '#EFC972'

red 239 ◦ green 201 ◦ blue 114

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

Shades of Golden Sand #EFC972

Tints of Golden Sand #EFC972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.58%

R = 43.14%
G = 36.28%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFC972 (or 0xEFC972) is known color: Golden Sand. HEX triplet: EF, C9 and 72. RGB value is (239,201,114). Sum of RGB (Red+Green+Blue) = 239+201+114=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC972 is #10368D. Grayscale: #CACACA. Windows color (decimal): -1062542 or 7522799. OLE color: 7522799.

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

Color convert

RGB 239 201 114 -
CMYK 0 0.16 0.52 0.06
HSL 41.76º 0.8% 0.69% -
HSV(B) 41.76º 0.52% 0.94% -
XYZ 59.52 61.34 24.62 -
YUV 202.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 239 201 114 0 0.16 0.52 0.06 41.76 0.8 0.69
Hex EF C9 72 0 10 34 6 2A 50 45
Octal 357 311 162 0 20 64 6 52 120 105
Binary 11101111 11001001 1110010 0 10000 110100 110 101010 1010000 1000101

Color Harmonies of #EFC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC972

Black with #EFC972

Text Example


Text Example

White with #EFC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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