Html Css Color HEX #EDA33F Yellow Sea

📋 copy color: '#EDA33F'

red 237 ◦ green 163 ◦ blue 63

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

Shades of Yellow Sea #EDA33F

Tints of Yellow Sea #EDA33F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 51.19%
G = 35.21%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDA33F (or 0xEDA33F) is known color: Yellow Sea. HEX triplet: ED, A3 and 3F. RGB value is (237,163,63). Sum of RGB (Red+Green+Blue) = 237+163+63=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA33F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA33F is #125CC0. Grayscale: #AEAEAE. Windows color (decimal): -1203393 or 4170733. OLE color: 4170733.

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

Color convert

RGB 237 163 63 -
CMYK 0 0.31 0.73 0.07
HSL 34.48º 0.83% 0.59% -
HSV(B) 34.48º 0.73% 0.93% -
XYZ 48.92 44.56 10.72 -
YUV 173.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 237 163 63 0 0.31 0.73 0.07 34.48 0.83 0.59
Hex ED A3 3F 0 1F 49 7 22 53 3B
Octal 355 243 77 0 37 111 7 42 123 73
Binary 11101101 10100011 111111 0 11111 1001001 111 100010 1010011 111011

Color Harmonies of #EDA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA33F

Black with #EDA33F

Text Example


Text Example

White with #EDA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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