Html Css Color HEX #EFC772 Golden Sand

📋 copy color: '#EFC772'

red 239 ◦ green 199 ◦ blue 114

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

Shades of Golden Sand #EFC772

Tints of Golden Sand #EFC772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.05%

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

R = 43.3%
G = 36.05%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFC772 (or 0xEFC772) is known color: Golden Sand. HEX triplet: EF, C7 and 72. RGB value is (239,199,114). Sum of RGB (Red+Green+Blue) = 239+199+114=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC772 is #10388D. Grayscale: #C9C9C9. Windows color (decimal): -1063054 or 7522287. OLE color: 7522287.

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

Color convert

RGB 239 199 114 -
CMYK 0 0.17 0.52 0.06
HSL 40.8º 0.8% 0.69% -
HSV(B) 40.8º 0.52% 0.94% -
XYZ 59.06 60.41 24.47 -
YUV 201.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 239 199 114 0 0.17 0.52 0.06 40.8 0.8 0.69
Hex EF C7 72 0 11 34 6 29 50 45
Octal 357 307 162 0 21 64 6 51 120 105
Binary 11101111 11000111 1110010 0 10001 110100 110 101001 1010000 1000101

Color Harmonies of #EFC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC772

Black with #EFC772

Text Example


Text Example

White with #EFC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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