Html Css Color HEX #EDA030 Yellow Sea

📋 copy color: '#EDA030'

red 237 ◦ green 160 ◦ blue 48

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

Shades of Yellow Sea #EDA030

Tints of Yellow Sea #EDA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 48 (19.14% from 255) = 10.79%

R = 53.26%
G = 35.96%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDA030 (or 0xEDA030) is known color: Yellow Sea. HEX triplet: ED, A0 and 30. RGB value is (237,160,48). Sum of RGB (Red+Green+Blue) = 237+160+48=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA030 is #125FCF. Grayscale: #AAAAAA. Windows color (decimal): -1204176 or 3186925. OLE color: 3186925.

HSL color Cylindrical-coordinate representation of color #EDA030: hue angle of 35.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDA030 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 48 -
CMYK 0 0.32 0.80 0.07
HSL 35.56º 0.84% 0.56% -
HSV(B) 35.56º 0.8% 0.93% -
XYZ 48.03 43.36 8.63 -
YUV 170.26 59.01 175.61 -
System Red Green Blue C M Y K H S L
Decimal 237 160 48 0 0.32 0.80 0.07 35.56 0.84 0.56
Hex ED A0 30 0 20 50 7 24 54 38
Octal 355 240 60 0 40 120 7 44 124 70
Binary 11101101 10100000 110000 0 100000 1010000 111 100100 1010100 111000

Color Harmonies of #EDA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA030

Black with #EDA030

Text Example


Text Example

White with #EDA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA030; }

 p { color: rgb(237,160,48); }

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

background-color css

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

 a { background-color: rgb(237,160,48); }

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

border-color css

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

 span { border-color: rgb(237,160,48); }

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