Html Css Color HEX #EDC76B Golden Sand

📋 copy color: '#EDC76B'

red 237 ◦ green 199 ◦ blue 107

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

Shades of Golden Sand #EDC76B

Tints of Golden Sand #EDC76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 43.65%
G = 36.65%
B = 19.71%

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

#EDC76B (or 0xEDC76B) is known color: Golden Sand. HEX triplet: ED, C7 and 6B. RGB value is (237,199,107). Sum of RGB (Red+Green+Blue) = 237+199+107=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC76B is #123894. Grayscale: #C8C8C8. Windows color (decimal): -1194133 or 7063533. OLE color: 7063533.

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

Color convert

RGB 237 199 107 -
CMYK 0 0.16 0.55 0.07
HSL 42.46º 0.78% 0.67% -
HSV(B) 42.46º 0.55% 0.93% -
XYZ 58 59.91 22.42 -
YUV 199.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 237 199 107 0 0.16 0.55 0.07 42.46 0.78 0.67
Hex ED C7 6B 0 10 37 7 2A 4E 43
Octal 355 307 153 0 20 67 7 52 116 103
Binary 11101101 11000111 1101011 0 10000 110111 111 101010 1001110 1000011

Color Harmonies of #EDC76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC76B

Black with #EDC76B

Text Example


Text Example

White with #EDC76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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