Html Css Color HEX #ED9F2D Yellow Sea

📋 copy color: '#ED9F2D'

red 237 ◦ green 159 ◦ blue 45

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

Shades of Yellow Sea #ED9F2D

Tints of Yellow Sea #ED9F2D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.05%

 BLUE value IS 45 (17.97% from 255) = 10.2%

R = 53.74%
G = 36.05%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED9F2D (or 0xED9F2D) is known color: Yellow Sea. HEX triplet: ED, 9F and 2D. RGB value is (237,159,45). Sum of RGB (Red+Green+Blue) = 237+159+45=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9F2D is #1260D2. Grayscale: #A9A9A9. Windows color (decimal): -1204435 or 2990061. OLE color: 2990061.

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

Color convert

RGB 237 159 45 -
CMYK 0 0.33 0.81 0.07
HSL 35.63º 0.84% 0.55% -
HSV(B) 35.63º 0.81% 0.93% -
XYZ 47.8 42.99 8.26 -
YUV 169.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 237 159 45 0 0.33 0.81 0.07 35.63 0.84 0.55
Hex ED 9F 2D 0 21 51 7 24 54 37
Octal 355 237 55 0 41 121 7 44 124 67
Binary 11101101 10011111 101101 0 100001 1010001 111 100100 1010100 110111

Color Harmonies of #ED9F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F2D

Black with #ED9F2D

Text Example


Text Example

White with #ED9F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F2D; }

 p { color: rgb(237,159,45); }

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

background-color css

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

 a { background-color: rgb(237,159,45); }

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

border-color css

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

 span { border-color: rgb(237,159,45); }

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