Html Css Color HEX #EDA635 Yellow Sea

📋 copy color: '#EDA635'

red 237 ◦ green 166 ◦ blue 53

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

Shades of Yellow Sea #EDA635

Tints of Yellow Sea #EDA635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.4%

 BLUE value IS 53 (21.09% from 255) = 11.62%

R = 51.97%
G = 36.4%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDA635 (or 0xEDA635) is known color: Yellow Sea. HEX triplet: ED, A6 and 35. RGB value is (237,166,53). Sum of RGB (Red+Green+Blue) = 237+166+53=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA635 is #1259CA. Grayscale: #AEAEAE. Windows color (decimal): -1202635 or 3516141. OLE color: 3516141.

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

Color convert

RGB 237 166 53 -
CMYK 0 0.30 0.78 0.07
HSL 36.85º 0.84% 0.57% -
HSV(B) 36.85º 0.78% 0.93% -
XYZ 49.2 45.53 9.56 -
YUV 174.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 237 166 53 0 0.30 0.78 0.07 36.85 0.84 0.57
Hex ED A6 35 0 1E 4E 7 25 54 39
Octal 355 246 65 0 36 116 7 45 124 71
Binary 11101101 10100110 110101 0 11110 1001110 111 100101 1010100 111001

Color Harmonies of #EDA635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA635

Black with #EDA635

Text Example


Text Example

White with #EDA635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA635; }

 p { color: rgb(237,166,53); }

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

background-color css

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

 a { background-color: rgb(237,166,53); }

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

border-color css

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

 span { border-color: rgb(237,166,53); }

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