Html Css Color HEX #EFC96A Golden Sand

📋 copy color: '#EFC96A'

red 239 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #EFC96A

Tints of Golden Sand #EFC96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

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

R = 43.77%
G = 36.81%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFC96A (or 0xEFC96A) is known color: Golden Sand. HEX triplet: EF, C9 and 6A. RGB value is (239,201,106). Sum of RGB (Red+Green+Blue) = 239+201+106=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC96A is #103695. Grayscale: #C9C9C9. Windows color (decimal): -1062550 or 6998511. OLE color: 6998511.

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

Color convert

RGB 239 201 106 -
CMYK 0 0.16 0.56 0.06
HSL 42.86º 0.81% 0.68% -
HSV(B) 42.86º 0.56% 0.94% -
XYZ 59.08 61.16 22.33 -
YUV 201.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 239 201 106 0 0.16 0.56 0.06 42.86 0.81 0.68
Hex EF C9 6A 0 10 38 6 2B 51 44
Octal 357 311 152 0 20 70 6 53 121 104
Binary 11101111 11001001 1101010 0 10000 111000 110 101011 1010001 1000100

Color Harmonies of #EFC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC96A

Black with #EFC96A

Text Example


Text Example

White with #EFC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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