Html Css Color HEX #EFC872 Golden Sand

📋 copy color: '#EFC872'

red 239 ◦ green 200 ◦ blue 114

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

Shades of Golden Sand #EFC872

Tints of Golden Sand #EFC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.17%

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

R = 43.22%
G = 36.17%
B = 20.61%

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

#EFC872 (or 0xEFC872) is known color: Golden Sand. HEX triplet: EF, C8 and 72. RGB value is (239,200,114). Sum of RGB (Red+Green+Blue) = 239+200+114=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC872 is #10378D. Grayscale: #CACACA. Windows color (decimal): -1062798 or 7522543. OLE color: 7522543.

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

Color convert

RGB 239 200 114 -
CMYK 0 0.16 0.52 0.06
HSL 41.28º 0.8% 0.69% -
HSV(B) 41.28º 0.52% 0.94% -
XYZ 59.29 60.87 24.54 -
YUV 201.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 239 200 114 0 0.16 0.52 0.06 41.28 0.8 0.69
Hex EF C8 72 0 10 34 6 29 50 45
Octal 357 310 162 0 20 64 6 51 120 105
Binary 11101111 11001000 1110010 0 10000 110100 110 101001 1010000 1000101

Color Harmonies of #EFC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC872

Black with #EFC872

Text Example


Text Example

White with #EFC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC872; }

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

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

background-color css

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

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

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

border-color css

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

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

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