Html Css Color HEX #EFD672 Golden Sand

📋 copy color: '#EFD672'

red 239 ◦ green 214 ◦ blue 114

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

Shades of Golden Sand #EFD672

Tints of Golden Sand #EFD672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 42.15%
G = 37.74%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD672 (or 0xEFD672) is known color: Golden Sand. HEX triplet: EF, D6 and 72. RGB value is (239,214,114). Sum of RGB (Red+Green+Blue) = 239+214+114=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD672 is #10298D. Grayscale: #D2D2D2. Windows color (decimal): -1059214 or 7526127. OLE color: 7526127.

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

Color convert

RGB 239 214 114 -
CMYK 0 0.10 0.52 0.06
HSL 48º 0.8% 0.69% -
HSV(B) 48º 0.52% 0.94% -
XYZ 62.68 67.66 25.68 -
YUV 210.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 239 214 114 0 0.10 0.52 0.06 48 0.8 0.69
Hex EF D6 72 0 A 34 6 30 50 45
Octal 357 326 162 0 12 64 6 60 120 105
Binary 11101111 11010110 1110010 0 1010 110100 110 110000 1010000 1000101

Color Harmonies of #EFD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD672

Black with #EFD672

Text Example


Text Example

White with #EFD672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD672; }

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

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

background-color css

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

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

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

border-color css

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

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

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