Html Css Color HEX #ED9735 Yellow Sea

📋 copy color: '#ED9735'

red 237 ◦ green 151 ◦ blue 53

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

Shades of Yellow Sea #ED9735

Tints of Yellow Sea #ED9735

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

 BLUE value IS 53 (21.09% from 255) = 12.02%

R = 53.74%
G = 34.24%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED9735 (or 0xED9735) is known color: Yellow Sea. HEX triplet: ED, 97 and 35. RGB value is (237,151,53). Sum of RGB (Red+Green+Blue) = 237+151+53=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9735 is #1268CA. Grayscale: #A6A6A6. Windows color (decimal): -1206475 or 3512301. OLE color: 3512301.

HSL color Cylindrical-coordinate representation of color #ED9735: hue angle of 31.96º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED9735 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 53 -
CMYK 0 0.36 0.78 0.07
HSL 31.96º 0.84% 0.57% -
HSV(B) 31.96º 0.78% 0.93% -
XYZ 46.63 40.39 8.71 -
YUV 165.54 64.49 178.97 -
System Red Green Blue C M Y K H S L
Decimal 237 151 53 0 0.36 0.78 0.07 31.96 0.84 0.57
Hex ED 97 35 0 24 4E 7 20 54 39
Octal 355 227 65 0 44 116 7 40 124 71
Binary 11101101 10010111 110101 0 100100 1001110 111 100000 1010100 111001

Color Harmonies of #ED9735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9735

Black with #ED9735

Text Example


Text Example

White with #ED9735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9735; }

 p { color: rgb(237,151,53); }

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

background-color css

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

 a { background-color: rgb(237,151,53); }

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

border-color css

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

 span { border-color: rgb(237,151,53); }

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