Html Css Color HEX #EDA240 Yellow Sea

📋 copy color: '#EDA240'

red 237 ◦ green 162 ◦ blue 64

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

Shades of Yellow Sea #EDA240

Tints of Yellow Sea #EDA240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 51.19%
G = 34.99%
B = 13.82%

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

#EDA240 (or 0xEDA240) is known color: Yellow Sea. HEX triplet: ED, A2 and 40. RGB value is (237,162,64). Sum of RGB (Red+Green+Blue) = 237+162+64=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA240 is #125DBF. Grayscale: #ADADAD. Windows color (decimal): -1203648 or 4236013. OLE color: 4236013.

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

Color convert

RGB 237 162 64 -
CMYK 0 0.32 0.73 0.07
HSL 33.99º 0.83% 0.59% -
HSV(B) 33.99º 0.73% 0.93% -
XYZ 48.77 44.22 10.81 -
YUV 173.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 237 162 64 0 0.32 0.73 0.07 33.99 0.83 0.59
Hex ED A2 40 0 20 49 7 22 53 3B
Octal 355 242 100 0 40 111 7 42 123 73
Binary 11101101 10100010 1000000 0 100000 1001001 111 100010 1010011 111011

Color Harmonies of #EDA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA240

Black with #EDA240

Text Example


Text Example

White with #EDA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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