Html Css Color HEX #EDCB5E Golden Sand

📋 copy color: '#EDCB5E'

red 237 ◦ green 203 ◦ blue 94

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

Shades of Golden Sand #EDCB5E

Tints of Golden Sand #EDCB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.01%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 44.38%
G = 38.01%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDCB5E (or 0xEDCB5E) is known color: Golden Sand. HEX triplet: ED, CB and 5E. RGB value is (237,203,94). Sum of RGB (Red+Green+Blue) = 237+203+94=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB5E is #1234A1. Grayscale: #C9C9C9. Windows color (decimal): -1193122 or 6212589. OLE color: 6212589.

HSL color Cylindrical-coordinate representation of color #EDCB5E: hue angle of 45.73º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDCB5E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 94 -
CMYK 0 0.14 0.60 0.07
HSL 45.73º 0.8% 0.65% -
HSV(B) 45.73º 0.6% 0.93% -
XYZ 58.3 61.52 19.39 -
YUV 200.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 237 203 94 0 0.14 0.60 0.07 45.73 0.8 0.65
Hex ED CB 5E 0 E 3C 7 2E 50 41
Octal 355 313 136 0 16 74 7 56 120 101
Binary 11101101 11001011 1011110 0 1110 111100 111 101110 1010000 1000001

Color Harmonies of #EDCB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB5E

Black with #EDCB5E

Text Example


Text Example

White with #EDCB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB5E; }

 p { color: rgb(237,203,94); }

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

background-color css

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

 a { background-color: rgb(237,203,94); }

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

border-color css

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

 span { border-color: rgb(237,203,94); }

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