Html Css Color HEX #EDC462 Golden Sand

📋 copy color: '#EDC462'

red 237 ◦ green 196 ◦ blue 98

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

Shades of Golden Sand #EDC462

Tints of Golden Sand #EDC462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 44.63%
G = 36.91%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC462 (or 0xEDC462) is known color: Golden Sand. HEX triplet: ED, C4 and 62. RGB value is (237,196,98). Sum of RGB (Red+Green+Blue) = 237+196+98=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC462 is #123B9D. Grayscale: #C5C5C5. Windows color (decimal): -1194910 or 6472941. OLE color: 6472941.

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

Color convert

RGB 237 196 98 -
CMYK 0 0.17 0.59 0.07
HSL 42.3º 0.79% 0.66% -
HSV(B) 42.3º 0.59% 0.93% -
XYZ 56.87 58.37 19.82 -
YUV 197.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 237 196 98 0 0.17 0.59 0.07 42.3 0.79 0.66
Hex ED C4 62 0 11 3B 7 2A 4F 42
Octal 355 304 142 0 21 73 7 52 117 102
Binary 11101101 11000100 1100010 0 10001 111011 111 101010 1001111 1000010

Color Harmonies of #EDC462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC462

Black with #EDC462

Text Example


Text Example

White with #EDC462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC462; }

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

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

background-color css

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

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

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

border-color css

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

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

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