Html Css Color HEX #EDA138 Yellow Sea

📋 copy color: '#EDA138'

red 237 ◦ green 161 ◦ blue 56

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

Shades of Yellow Sea #EDA138

Tints of Yellow Sea #EDA138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.33%

R = 52.2%
G = 35.46%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDA138 (or 0xEDA138) is known color: Yellow Sea. HEX triplet: ED, A1 and 38. RGB value is (237,161,56). Sum of RGB (Red+Green+Blue) = 237+161+56=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA138 is #125EC7. Grayscale: #ACACAC. Windows color (decimal): -1203912 or 3711469. OLE color: 3711469.

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

Color convert

RGB 237 161 56 -
CMYK 0 0.32 0.76 0.07
HSL 34.81º 0.83% 0.57% -
HSV(B) 34.81º 0.76% 0.93% -
XYZ 48.38 43.78 9.64 -
YUV 171.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 237 161 56 0 0.32 0.76 0.07 34.81 0.83 0.57
Hex ED A1 38 0 20 4C 7 23 53 39
Octal 355 241 70 0 40 114 7 43 123 71
Binary 11101101 10100001 111000 0 100000 1001100 111 100011 1010011 111001

Color Harmonies of #EDA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA138

Black with #EDA138

Text Example


Text Example

White with #EDA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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