Html Css Color HEX #EFCF72 Golden Sand

📋 copy color: '#EFCF72'

red 239 ◦ green 207 ◦ blue 114

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

Shades of Golden Sand #EFCF72

Tints of Golden Sand #EFCF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.96%

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

R = 42.68%
G = 36.96%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFCF72 (or 0xEFCF72) is known color: Golden Sand. HEX triplet: EF, CF and 72. RGB value is (239,207,114). Sum of RGB (Red+Green+Blue) = 239+207+114=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF72 is #10308D. Grayscale: #CECECE. Windows color (decimal): -1061006 or 7524335. OLE color: 7524335.

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

Color convert

RGB 239 207 114 -
CMYK 0 0.13 0.52 0.06
HSL 44.64º 0.8% 0.69% -
HSV(B) 44.64º 0.52% 0.94% -
XYZ 60.95 64.19 25.1 -
YUV 205.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 239 207 114 0 0.13 0.52 0.06 44.64 0.8 0.69
Hex EF CF 72 0 D 34 6 2D 50 45
Octal 357 317 162 0 15 64 6 55 120 105
Binary 11101111 11001111 1110010 0 1101 110100 110 101101 1010000 1000101

Color Harmonies of #EFCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF72

Black with #EFCF72

Text Example


Text Example

White with #EFCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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