Html Css Color HEX #EDA53F Yellow Sea

📋 copy color: '#EDA53F'

red 237 ◦ green 165 ◦ blue 63

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

Shades of Yellow Sea #EDA53F

Tints of Yellow Sea #EDA53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 63 (25% from 255) = 13.55%

R = 50.97%
G = 35.48%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDA53F (or 0xEDA53F) is known color: Yellow Sea. HEX triplet: ED, A5 and 3F. RGB value is (237,165,63). Sum of RGB (Red+Green+Blue) = 237+165+63=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA53F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA53F is #125AC0. Grayscale: #AFAFAF. Windows color (decimal): -1202881 or 4171245. OLE color: 4171245.

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

Color convert

RGB 237 165 63 -
CMYK 0 0.30 0.73 0.07
HSL 35.17º 0.83% 0.59% -
HSV(B) 35.17º 0.73% 0.93% -
XYZ 49.28 45.27 10.84 -
YUV 174.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 237 165 63 0 0.30 0.73 0.07 35.17 0.83 0.59
Hex ED A5 3F 0 1E 49 7 23 53 3B
Octal 355 245 77 0 36 111 7 43 123 73
Binary 11101101 10100101 111111 0 11110 1001001 111 100011 1010011 111011

Color Harmonies of #EDA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA53F

Black with #EDA53F

Text Example


Text Example

White with #EDA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA53F; }

 p { color: rgb(237,165,63); }

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

background-color css

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

 a { background-color: rgb(237,165,63); }

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

border-color css

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

 span { border-color: rgb(237,165,63); }

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