Html Css Color HEX #EFCF66 Golden Sand

📋 copy color: '#EFCF66'

red 239 ◦ green 207 ◦ blue 102

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

Shades of Golden Sand #EFCF66

Tints of Golden Sand #EFCF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.61%

R = 43.61%
G = 37.77%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFCF66 (or 0xEFCF66) is known color: Golden Sand. HEX triplet: EF, CF and 66. RGB value is (239,207,102). Sum of RGB (Red+Green+Blue) = 239+207+102=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF66 is #103099. Grayscale: #CDCDCD. Windows color (decimal): -1061018 or 6737903. OLE color: 6737903.

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

Color convert

RGB 239 207 102 -
CMYK 0 0.13 0.57 0.06
HSL 45.99º 0.81% 0.67% -
HSV(B) 45.99º 0.57% 0.94% -
XYZ 60.31 63.94 21.73 -
YUV 204.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 239 207 102 0 0.13 0.57 0.06 45.99 0.81 0.67
Hex EF CF 66 0 D 39 6 2E 51 43
Octal 357 317 146 0 15 71 6 56 121 103
Binary 11101111 11001111 1100110 0 1101 111001 110 101110 1010001 1000011

Color Harmonies of #EFCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCF66

Black with #EFCF66

Text Example


Text Example

White with #EFCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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