Html Css Color HEX #EDA241 Yellow Sea

📋 copy color: '#EDA241'

red 237 ◦ green 162 ◦ blue 65

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

Shades of Yellow Sea #EDA241

Tints of Yellow Sea #EDA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.91%

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

R = 51.08%
G = 34.91%
B = 14.01%

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

#EDA241 (or 0xEDA241) is known color: Yellow Sea. HEX triplet: ED, A2 and 41. RGB value is (237,162,65). Sum of RGB (Red+Green+Blue) = 237+162+65=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA241 is #125DBE. Grayscale: #ADADAD. Windows color (decimal): -1203647 or 4301549. OLE color: 4301549.

HSL color Cylindrical-coordinate representation of color #EDA241: hue angle of 33.84º 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 #EDA241 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 162 65 -
CMYK 0 0.32 0.73 0.07
HSL 33.84º 0.83% 0.59% -
HSV(B) 33.84º 0.73% 0.93% -
XYZ 48.8 44.23 10.97 -
YUV 173.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 237 162 65 0 0.32 0.73 0.07 33.84 0.83 0.59
Hex ED A2 41 0 20 49 7 22 53 3B
Octal 355 242 101 0 40 111 7 42 123 73
Binary 11101101 10100010 1000001 0 100000 1001001 111 100010 1010011 111011

Color Harmonies of #EDA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA241

Black with #EDA241

Text Example


Text Example

White with #EDA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA241; }

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

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

background-color css

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

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

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

border-color css

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

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

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