Html Css Color HEX #EFCF68 Golden Sand

📋 copy color: '#EFCF68'

red 239 ◦ green 207 ◦ blue 104

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

Shades of Golden Sand #EFCF68

Tints of Golden Sand #EFCF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.91%

R = 43.45%
G = 37.64%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCF68 (or 0xEFCF68) is known color: Golden Sand. HEX triplet: EF, CF and 68. RGB value is (239,207,104). Sum of RGB (Red+Green+Blue) = 239+207+104=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF68 is #103097. Grayscale: #CDCDCD. Windows color (decimal): -1061016 or 6868975. OLE color: 6868975.

HSL color Cylindrical-coordinate representation of color #EFCF68: hue angle of 45.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFCF68 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 207 104 -
CMYK 0 0.13 0.56 0.06
HSL 45.78º 0.81% 0.67% -
HSV(B) 45.78º 0.56% 0.94% -
XYZ 60.41 63.98 22.26 -
YUV 204.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 239 207 104 0 0.13 0.56 0.06 45.78 0.81 0.67
Hex EF CF 68 0 D 38 6 2E 51 43
Octal 357 317 150 0 15 70 6 56 121 103
Binary 11101111 11001111 1101000 0 1101 111000 110 101110 1010001 1000011

Color Harmonies of #EFCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF68

Black with #EFCF68

Text Example


Text Example

White with #EFCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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