Html Css Color HEX #EDC96A Golden Sand

📋 copy color: '#EDC96A'

red 237 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #EDC96A

Tints of Golden Sand #EDC96A

RGB

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

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

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

R = 43.57%
G = 36.95%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDC96A (or 0xEDC96A) is known color: Golden Sand. HEX triplet: ED, C9 and 6A. RGB value is (237,201,106). Sum of RGB (Red+Green+Blue) = 237+201+106=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC96A is #123695. Grayscale: #C9C9C9. Windows color (decimal): -1193622 or 6998509. OLE color: 6998509.

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

Color convert

RGB 237 201 106 -
CMYK 0 0.15 0.55 0.07
HSL 43.51º 0.78% 0.67% -
HSV(B) 43.51º 0.55% 0.93% -
XYZ 58.41 60.82 22.3 -
YUV 200.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 237 201 106 0 0.15 0.55 0.07 43.51 0.78 0.67
Hex ED C9 6A 0 F 37 7 2C 4E 43
Octal 355 311 152 0 17 67 7 54 116 103
Binary 11101101 11001001 1101010 0 1111 110111 111 101100 1001110 1000011

Color Harmonies of #EDC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC96A

Black with #EDC96A

Text Example


Text Example

White with #EDC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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