Html Css Color HEX #EDC362 Golden Sand

📋 copy color: '#EDC362'

red 237 ◦ green 195 ◦ blue 98

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

Shades of Golden Sand #EDC362

Tints of Golden Sand #EDC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

 BLUE value IS 98 (38.67% from 255) = 18.49%

R = 44.72%
G = 36.79%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC362 (or 0xEDC362) is known color: Golden Sand. HEX triplet: ED, C3 and 62. RGB value is (237,195,98). Sum of RGB (Red+Green+Blue) = 237+195+98=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC362 is #123C9D. Grayscale: #C4C4C4. Windows color (decimal): -1195166 or 6472685. OLE color: 6472685.

HSL color Cylindrical-coordinate representation of color #EDC362: hue angle of 41.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC362 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 98 -
CMYK 0 0.18 0.59 0.07
HSL 41.87º 0.79% 0.66% -
HSV(B) 41.87º 0.59% 0.93% -
XYZ 56.64 57.92 19.75 -
YUV 196.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 237 195 98 0 0.18 0.59 0.07 41.87 0.79 0.66
Hex ED C3 62 0 12 3B 7 2A 4F 42
Octal 355 303 142 0 22 73 7 52 117 102
Binary 11101101 11000011 1100010 0 10010 111011 111 101010 1001111 1000010

Color Harmonies of #EDC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC362

Black with #EDC362

Text Example


Text Example

White with #EDC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC362; }

 p { color: rgb(237,195,98); }

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

background-color css

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

 a { background-color: rgb(237,195,98); }

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

border-color css

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

 span { border-color: rgb(237,195,98); }

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