Html Css Color HEX #EFCE6A Golden Sand

📋 copy color: '#EFCE6A'

red 239 ◦ green 206 ◦ blue 106

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

Shades of Golden Sand #EFCE6A

Tints of Golden Sand #EFCE6A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 43.38%
G = 37.39%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFCE6A (or 0xEFCE6A) is known color: Golden Sand. HEX triplet: EF, CE and 6A. RGB value is (239,206,106). Sum of RGB (Red+Green+Blue) = 239+206+106=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE6A is #103195. Grayscale: #CCCCCC. Windows color (decimal): -1061270 or 6999791. OLE color: 6999791.

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

Color convert

RGB 239 206 106 -
CMYK 0 0.14 0.56 0.06
HSL 45.11º 0.81% 0.68% -
HSV(B) 45.11º 0.56% 0.94% -
XYZ 60.27 63.53 22.72 -
YUV 204.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 239 206 106 0 0.14 0.56 0.06 45.11 0.81 0.68
Hex EF CE 6A 0 E 38 6 2D 51 44
Octal 357 316 152 0 16 70 6 55 121 104
Binary 11101111 11001110 1101010 0 1110 111000 110 101101 1010001 1000100

Color Harmonies of #EFCE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCE6A

Black with #EFCE6A

Text Example


Text Example

White with #EFCE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCE6A; }

 p { color: rgb(239,206,106); }

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

background-color css

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

 a { background-color: rgb(239,206,106); }

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

border-color css

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

 span { border-color: rgb(239,206,106); }

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