Html Css Color HEX #EDC962 Golden Sand

📋 copy color: '#EDC962'

red 237 ◦ green 201 ◦ blue 98

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

Shades of Golden Sand #EDC962

Tints of Golden Sand #EDC962

RGB

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

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

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

R = 44.22%
G = 37.5%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC962 (or 0xEDC962) is known color: Golden Sand. HEX triplet: ED, C9 and 62. RGB value is (237,201,98). Sum of RGB (Red+Green+Blue) = 237+201+98=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC962 is #12369D. Grayscale: #C8C8C8. Windows color (decimal): -1193630 or 6474221. OLE color: 6474221.

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

Color convert

RGB 237 201 98 -
CMYK 0 0.15 0.59 0.07
HSL 44.46º 0.79% 0.66% -
HSV(B) 44.46º 0.59% 0.93% -
XYZ 58.02 60.66 20.21 -
YUV 200.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 237 201 98 0 0.15 0.59 0.07 44.46 0.79 0.66
Hex ED C9 62 0 F 3B 7 2C 4F 42
Octal 355 311 142 0 17 73 7 54 117 102
Binary 11101101 11001001 1100010 0 1111 111011 111 101100 1001111 1000010

Color Harmonies of #EDC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC962

Black with #EDC962

Text Example


Text Example

White with #EDC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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