Html Css Color HEX #EDA141 Yellow Sea

📋 copy color: '#EDA141'

red 237 ◦ green 161 ◦ blue 65

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

Shades of Yellow Sea #EDA141

Tints of Yellow Sea #EDA141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

 BLUE value IS 65 (25.78% from 255) = 14.04%

R = 51.19%
G = 34.77%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDA141 (or 0xEDA141) is known color: Yellow Sea. HEX triplet: ED, A1 and 41. RGB value is (237,161,65). Sum of RGB (Red+Green+Blue) = 237+161+65=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA141 is #125EBE. Grayscale: #ADADAD. Windows color (decimal): -1203903 or 4301293. OLE color: 4301293.

HSL color Cylindrical-coordinate representation of color #EDA141: hue angle of 33.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDA141 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 65 -
CMYK 0 0.32 0.73 0.07
HSL 33.49º 0.83% 0.59% -
HSV(B) 33.49º 0.73% 0.93% -
XYZ 48.62 43.88 10.91 -
YUV 172.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 237 161 65 0 0.32 0.73 0.07 33.49 0.83 0.59
Hex ED A1 41 0 20 49 7 21 53 3B
Octal 355 241 101 0 40 111 7 41 123 73
Binary 11101101 10100001 1000001 0 100000 1001001 111 100001 1010011 111011

Color Harmonies of #EDA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA141

Black with #EDA141

Text Example


Text Example

White with #EDA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA141; }

 p { color: rgb(237,161,65); }

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

background-color css

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

 a { background-color: rgb(237,161,65); }

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

border-color css

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

 span { border-color: rgb(237,161,65); }

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