Html Css Color HEX #ED965A Sandy Brown

📋 copy color: '#ED965A'

red 237 ◦ green 150 ◦ blue 90

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

Shades of Sandy Brown #ED965A

Tints of Sandy Brown #ED965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 90 (35.55% from 255) = 18.87%

R = 49.69%
G = 31.45%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED965A (or 0xED965A) is known color: Sandy Brown. HEX triplet: ED, 96 and 5A. RGB value is (237,150,90). Sum of RGB (Red+Green+Blue) = 237+150+90=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED965A is #1269A5. Grayscale: #A9A9A9. Windows color (decimal): -1206694 or 5936877. OLE color: 5936877.

HSL color Cylindrical-coordinate representation of color #ED965A: hue angle of 24.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED965A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 90 -
CMYK 0 0.37 0.62 0.07
HSL 24.49º 0.8% 0.64% -
HSV(B) 24.49º 0.62% 0.93% -
XYZ 47.68 40.56 14.99 -
YUV 169.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 237 150 90 0 0.37 0.62 0.07 24.49 0.8 0.64
Hex ED 96 5A 0 25 3E 7 18 50 40
Octal 355 226 132 0 45 76 7 30 120 100
Binary 11101101 10010110 1011010 0 100101 111110 111 11000 1010000 1000000

Color Harmonies of #ED965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED965A

Black with #ED965A

Text Example


Text Example

White with #ED965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED965A; }

 p { color: rgb(237,150,90); }

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

background-color css

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

 a { background-color: rgb(237,150,90); }

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

border-color css

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

 span { border-color: rgb(237,150,90); }

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