Html Css Color HEX #EDA439 Yellow Sea

📋 copy color: '#EDA439'

red 237 ◦ green 164 ◦ blue 57

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

Shades of Yellow Sea #EDA439

Tints of Yellow Sea #EDA439

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

 BLUE value IS 57 (22.66% from 255) = 12.45%

R = 51.75%
G = 35.81%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDA439 (or 0xEDA439) is known color: Yellow Sea. HEX triplet: ED, A4 and 39. RGB value is (237,164,57). Sum of RGB (Red+Green+Blue) = 237+164+57=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 57 (22.66% from 255 or 12.45% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA439 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA439 is #125BC6. Grayscale: #AEAEAE. Windows color (decimal): -1203143 or 3777773. OLE color: 3777773.

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

Color convert

RGB 237 164 57 -
CMYK 0 0.31 0.76 0.07
HSL 35.67º 0.83% 0.58% -
HSV(B) 35.67º 0.76% 0.93% -
XYZ 48.94 44.85 9.95 -
YUV 173.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 237 164 57 0 0.31 0.76 0.07 35.67 0.83 0.58
Hex ED A4 39 0 1F 4C 7 24 53 3A
Octal 355 244 71 0 37 114 7 44 123 72
Binary 11101101 10100100 111001 0 11111 1001100 111 100100 1010011 111010

Color Harmonies of #EDA439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA439

Black with #EDA439

Text Example


Text Example

White with #EDA439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA439; }

 p { color: rgb(237,164,57); }

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

background-color css

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

 a { background-color: rgb(237,164,57); }

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

border-color css

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

 span { border-color: rgb(237,164,57); }

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