Html Css Color HEX #EDC96E Golden Sand

📋 copy color: '#EDC96E'

red 237 ◦ green 201 ◦ blue 110

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

Shades of Golden Sand #EDC96E

Tints of Golden Sand #EDC96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 43.25%
G = 36.68%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC96E (or 0xEDC96E) is known color: Golden Sand. HEX triplet: ED, C9 and 6E. RGB value is (237,201,110). Sum of RGB (Red+Green+Blue) = 237+201+110=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC96E is #123691. Grayscale: #C9C9C9. Windows color (decimal): -1193618 or 7260653. OLE color: 7260653.

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

Color convert

RGB 237 201 110 -
CMYK 0 0.15 0.54 0.07
HSL 42.99º 0.78% 0.68% -
HSV(B) 42.99º 0.54% 0.93% -
XYZ 58.63 60.9 23.42 -
YUV 201.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 237 201 110 0 0.15 0.54 0.07 42.99 0.78 0.68
Hex ED C9 6E 0 F 36 7 2B 4E 44
Octal 355 311 156 0 17 66 7 53 116 104
Binary 11101101 11001001 1101110 0 1111 110110 111 101011 1001110 1000100

Color Harmonies of #EDC96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC96E

Black with #EDC96E

Text Example


Text Example

White with #EDC96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC96E; }

 p { color: rgb(237,201,110); }

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

background-color css

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

 a { background-color: rgb(237,201,110); }

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

border-color css

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

 span { border-color: rgb(237,201,110); }

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