#EFA53A

Color #EFA53A Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EFA53A

Tints of Yellow Sea #EFA53A

Color information

#EFA53A (or 0xEFA53A) is unknown color: approx Yellow Sea. HEX triplet: EF, A5 and 3A. RGB value is (239,165,58). Sum of RGB (Red+Green+Blue) = 239+165+58=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA53A is #105AC5. Grayscale: #AFAFAF. Windows color (decimal): -1071814 or 3843567. OLE color: 3843567.

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

Color convert

RGB23916558-
CMYK00.310.760.06
HSL35.47º84.98%58.24%-
HSV(B)35.47º75.73%93.73%-
XYZ49.8245.5710.17-
YUV174.9362.02173.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 58 (23.05% from 255) = 12.55%
R=51.73%
G=35.71%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391655800.310.760.0635.4784.9858.24
HexEFA53A01F4C623553a
Octal3572457203711464312572
Binary111011111010010111101001111110011001101000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA53A; }

 p { color: rgb(239,165,58); }

 H1.HeaderClassName
 {
   color: #EFA53A;
 }
 .AnyTagClassName
 {
   color: #EFA53A;
 }
</style>
background-color css

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

 a { background-color: rgb(239,165,58); }

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

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

 span { border-color: rgb(239,165,58); }

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