Html Css Color HEX #EDC76A Golden Sand

📋 copy color: '#EDC76A'

red 237 ◦ green 199 ◦ blue 106

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

Shades of Golden Sand #EDC76A

Tints of Golden Sand #EDC76A

RGB

 RED value IS 237 (92.97% from 255) = 43.73%

 GREEN value IS 199 (78.13% from 255) = 36.72%

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

R = 43.73%
G = 36.72%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDC76A (or 0xEDC76A) is known color: Golden Sand. HEX triplet: ED, C7 and 6A. RGB value is (237,199,106). Sum of RGB (Red+Green+Blue) = 237+199+106=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC76A is #123895. Grayscale: #C8C8C8. Windows color (decimal): -1194134 or 6997997. OLE color: 6997997.

HSL color Cylindrical-coordinate representation of color #EDC76A: hue angle of 42.6º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDC76A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 106 -
CMYK 0 0.16 0.55 0.07
HSL 42.6º 0.78% 0.67% -
HSV(B) 42.6º 0.55% 0.93% -
XYZ 57.95 59.89 22.14 -
YUV 199.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 237 199 106 0 0.16 0.55 0.07 42.6 0.78 0.67
Hex ED C7 6A 0 10 37 7 2B 4E 43
Octal 355 307 152 0 20 67 7 53 116 103
Binary 11101101 11000111 1101010 0 10000 110111 111 101011 1001110 1000011

Color Harmonies of #EDC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC76A

Black with #EDC76A

Text Example


Text Example

White with #EDC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC76A; }

 p { color: rgb(237,199,106); }

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

background-color css

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

 a { background-color: rgb(237,199,106); }

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

border-color css

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

 span { border-color: rgb(237,199,106); }

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