Html Css Color HEX #EFC672 Golden Sand

📋 copy color: '#EFC672'

red 239 ◦ green 198 ◦ blue 114

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

Shades of Golden Sand #EFC672

Tints of Golden Sand #EFC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.93%

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

R = 43.38%
G = 35.93%
B = 20.69%

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

#EFC672 (or 0xEFC672) is known color: Golden Sand. HEX triplet: EF, C6 and 72. RGB value is (239,198,114). Sum of RGB (Red+Green+Blue) = 239+198+114=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC672 is #10398D. Grayscale: #C9C9C9. Windows color (decimal): -1063310 or 7522031. OLE color: 7522031.

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

Color convert

RGB 239 198 114 -
CMYK 0 0.17 0.52 0.06
HSL 40.32º 0.8% 0.69% -
HSV(B) 40.32º 0.52% 0.94% -
XYZ 58.83 59.95 24.39 -
YUV 200.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 239 198 114 0 0.17 0.52 0.06 40.32 0.8 0.69
Hex EF C6 72 0 11 34 6 28 50 45
Octal 357 306 162 0 21 64 6 50 120 105
Binary 11101111 11000110 1110010 0 10001 110100 110 101000 1010000 1000101

Color Harmonies of #EFC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC672

Black with #EFC672

Text Example


Text Example

White with #EFC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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