Html Css Color HEX #EDA13B Yellow Sea

📋 copy color: '#EDA13B'

red 237 ◦ green 161 ◦ blue 59

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

Shades of Yellow Sea #EDA13B

Tints of Yellow Sea #EDA13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.91%

R = 51.86%
G = 35.23%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDA13B (or 0xEDA13B) is known color: Yellow Sea. HEX triplet: ED, A1 and 3B. RGB value is (237,161,59). Sum of RGB (Red+Green+Blue) = 237+161+59=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA13B is #125EC4. Grayscale: #ACACAC. Windows color (decimal): -1203909 or 3908077. OLE color: 3908077.

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

Color convert

RGB 237 161 59 -
CMYK 0 0.32 0.75 0.07
HSL 34.38º 0.83% 0.58% -
HSV(B) 34.38º 0.75% 0.93% -
XYZ 48.46 43.81 10.04 -
YUV 172.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 237 161 59 0 0.32 0.75 0.07 34.38 0.83 0.58
Hex ED A1 3B 0 20 4B 7 22 53 3A
Octal 355 241 73 0 40 113 7 42 123 72
Binary 11101101 10100001 111011 0 100000 1001011 111 100010 1010011 111010

Color Harmonies of #EDA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA13B

Black with #EDA13B

Text Example


Text Example

White with #EDA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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